8 lines
128 B
C
8 lines
128 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __DELL_LED_H__
|
||
|
#define __DELL_LED_H__
|
||
|
|
||
|
int dell_micmute_led_set(int on);
|
||
|
|
||
|
#endif
|