aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes/testbench/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/bitsliced-aes/testbench/app.h')
-rw-r--r--test/monniaux/bitsliced-aes/testbench/app.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/monniaux/bitsliced-aes/testbench/app.h b/test/monniaux/bitsliced-aes/testbench/app.h
new file mode 100644
index 00000000..29fdc279
--- /dev/null
+++ b/test/monniaux/bitsliced-aes/testbench/app.h
@@ -0,0 +1,7 @@
+#ifndef _APP_H_
+#define _APP_H_
+
+
+int cli_app(int argc, char * argv[]);
+
+#endif