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

9 lines
151 B
C

#ifndef _TRIGGER_H_
#define _TRIGGER_H_
#include <linux/platform_device.h>
extern struct platform_driver interrupt_driver;
#endif /* _TRIGGER_H_ */