commit | d30ca130e8a597b8dfeda7ccfab9a54bd2db4967 | [log] [tgz] |
---|---|---|
author | Azim Khan <Azim.Khan@arm.com> | Fri Jun 09 04:32:58 2017 +0100 |
committer | Mohammad Azim Khan <Azim.Khan@arm.com> | Mon Aug 06 11:40:57 2018 +0100 |
tree | f0c67d5d30d24c1408162e707c4cd7bdea654b7a | |
parent | 5cfc06832e92849d65753b800942153bdee14dda [diff] [blame] |
Combine hex parameters in a struct
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index 6bab65f..c772af9 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function
@@ -39,6 +39,13 @@ #include <strings.h> #endif +/* Type for Hex parameters */ +typedef struct HexParam_tag +{ + uint8_t * x; + uint32_t len; +} HexParam_t; + /*----------------------------------------------------------------------------*/ /* Constants */