aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes/testbench/app.h
blob: 29fdc27987996f8394a901fe656f9c01649314a7 (plain)
1
2
3
4
5
6
7
#ifndef _APP_H_
#define _APP_H_


int cli_app(int argc, char * argv[]);

#endif