aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute/constlist.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-07 13:31:09 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-07 13:31:09 +0200
commit62d21b8b34727434cc6340caf47fe7e34636d507 (patch)
tree2f71722ee29970be7f2b80b6f8468561fba4074d /scripts/permute/constlist.h
parent96b508f54e069e1b3ae5a4a9f8ebf122a6dd76bf (diff)
downloadlinux-conf-perf-62d21b8b34727434cc6340caf47fe7e34636d507.tar.gz
linux-conf-perf-62d21b8b34727434cc6340caf47fe7e34636d507.tar.bz2
linux-conf-perf-62d21b8b34727434cc6340caf47fe7e34636d507.zip
Rename setpermute to permute
Diffstat (limited to 'scripts/permute/constlist.h')
-rw-r--r--scripts/permute/constlist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/permute/constlist.h b/scripts/permute/constlist.h
new file mode 100644
index 0000000..01f172a
--- /dev/null
+++ b/scripts/permute/constlist.h
@@ -0,0 +1,7 @@
+#include <stdlib.h>
+#include <stdio.h>
+
+#ifndef _CONSTLIST_H_
+#define _CONSTLIST_H_
+
+#endif /* _CONSTLIST_H_ */