Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
omap1_bl.h
Go to the documentation of this file.
1 #ifndef __OMAP1_BL_H__
2 #define __OMAP1_BL_H__
3 
4 #include <linux/device.h>
5 
8  int (*set_power)(struct device *dev, int state);
9 };
10 
11 #endif