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