test/crypto: enable SNOW3G and ZUC for dpaa
[dpdk.git] / app / test-bbdev / main.h
index 20a55ef..23b4d58 100644 (file)
@@ -20,6 +20,7 @@
 #define DEFAULT_BURST 32U
 #define DEFAULT_OPS 64U
 
+
 #define TEST_ASSERT(cond, msg, ...) do {  \
                if (!(cond)) {  \
                        printf("TestCase %s() line %d failed: " \
@@ -117,4 +118,6 @@ unsigned int get_burst_sz(void);
 
 unsigned int get_num_lcores(void);
 
+bool get_init_device(void);
+
 #endif