aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute_conf/constlist.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-21 19:24:24 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-21 19:24:24 +0200
commit2c46c7e4b57604a299b0639560934e1f523f725a (patch)
tree6b50892eafe43d923b2e9141f56e484a04bd75f9 /scripts/permute_conf/constlist.h
parentc53827c97a8f749d7bd2e993c7fc5792d94435a3 (diff)
downloadlinux-conf-perf-2c46c7e4b57604a299b0639560934e1f523f725a.tar.gz
linux-conf-perf-2c46c7e4b57604a299b0639560934e1f523f725a.tar.bz2
linux-conf-perf-2c46c7e4b57604a299b0639560934e1f523f725a.zip
Rename program permute to permute_conf
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_ */