https://github.com/torvalds/linux
Raw File
Tip revision: a909d3e636995ba7c349e2ca5dbb528154d4ac30 authored by Linus Torvalds on 29 October 2016, 20:52:02 UTC
Linux 4.9-rc3
Tip revision: a909d3e
dell-led.h
#ifndef __DELL_LED_H__
#define __DELL_LED_H__

enum {
	DELL_LED_MICMUTE,
};

int dell_app_wmi_led_set(int whichled, int on);

#endif
back to top