diff options
Diffstat (limited to 'tools/testing/selftests/powerpc/utils.h')
-rw-r--r-- | tools/testing/selftests/powerpc/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/utils.h b/tools/testing/selftests/powerpc/utils.h index a93777ae0684..b7d41086bb0a 100644 --- a/tools/testing/selftests/powerpc/utils.h +++ b/tools/testing/selftests/powerpc/utils.h | |||
@@ -15,11 +15,12 @@ typedef signed long long s64; | |||
15 | 15 | ||
16 | /* Just for familiarity */ | 16 | /* Just for familiarity */ |
17 | typedef uint32_t u32; | 17 | typedef uint32_t u32; |
18 | typedef uint16_t u16; | ||
18 | typedef uint8_t u8; | 19 | typedef uint8_t u8; |
19 | 20 | ||
20 | 21 | ||
21 | int test_harness(int (test_function)(void), char *name); | 22 | int test_harness(int (test_function)(void), char *name); |
22 | 23 | extern void *get_auxv_entry(int type); | |
23 | 24 | ||
24 | /* Yes, this is evil */ | 25 | /* Yes, this is evil */ |
25 | #define FAIL_IF(x) \ | 26 | #define FAIL_IF(x) \ |