9 lines
137 B
C
9 lines
137 B
C
#ifndef _LEDS_H_
|
|
#define _LEDS_H_
|
|
|
|
#include <linux/platform_device.h>
|
|
|
|
extern struct platform_driver leds_driver;
|
|
|
|
#endif /* _LEDS_H_ */
|