aboutsummaryrefslogtreecommitdiff
path: root/tools/interface_generator/templates/interface.h.mako
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2024-08-18 15:08:13 +0300
committeraqua <aqua@iserlohn-fortress.net>2024-08-18 15:08:13 +0300
commitff0286195eeb4dc659863af4afbdf9ddd4d53a1b (patch)
tree94b06a2efdf8b349f7822dd79f5a6de5780bcbe3 /tools/interface_generator/templates/interface.h.mako
parentMoved pytest to private (diff)
downloadkernel-ff0286195eeb4dc659863af4afbdf9ddd4d53a1b.tar.xz
Moved interface_generator script to bin
Diffstat (limited to 'tools/interface_generator/templates/interface.h.mako')
-rw-r--r--tools/interface_generator/templates/interface.h.mako8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/interface_generator/templates/interface.h.mako b/tools/interface_generator/templates/interface.h.mako
deleted file mode 100644
index 47ea940..0000000
--- a/tools/interface_generator/templates/interface.h.mako
+++ /dev/null
@@ -1,8 +0,0 @@
-<%include file="__header.mako" />
-#ifndef ${ name.upper() }
-#define ${ name.upper() }
-
-<%include file="__c_system_include.mako" />
-<%include file="__c_types.mako" />
-<%include file="__c_functions.mako" />
-#endif /* ${ name.upper() } */