more separation

This commit is contained in:
2025-06-13 12:56:21 +01:00
parent 46acdf410e
commit 738d2ffa8e
6 changed files with 26 additions and 9 deletions

8
driver/trigger.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _TRIGGER_H_
#define _TRIGGER_H_
#include <linux/platform_device.h>
extern struct platform_driver interrupt_driver;
#endif /* _TRIGGER_H_ */