aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute_conf/constlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/permute_conf/constlist.h')
-rw-r--r--scripts/permute_conf/constlist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/permute_conf/constlist.h b/scripts/permute_conf/constlist.h
new file mode 100644
index 0000000..01f172a
--- /dev/null
+++ b/scripts/permute_conf/constlist.h
@@ -0,0 +1,7 @@
+#include <stdlib.h>
+#include <stdio.h>
+
+#ifndef _CONSTLIST_H_
+#define _CONSTLIST_H_
+
+#endif /* _CONSTLIST_H_ */