Files
counter/driver/leds.h
2025-06-13 12:56:21 +01:00

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_ */