summaryrefslogtreecommitdiff
path: root/powerpc/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/utils.h')
-rw-r--r--powerpc/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/powerpc/utils.h b/powerpc/utils.h
index a93777a..b7d4108 100644
--- a/powerpc/utils.h
+++ b/powerpc/utils.h
@@ -15,11 +15,12 @@ typedef signed long long s64;
/* Just for familiarity */
typedef uint32_t u32;
+typedef uint16_t u16;
typedef uint8_t u8;
int test_harness(int (test_function)(void), char *name);
-
+extern void *get_auxv_entry(int type);
/* Yes, this is evil */
#define FAIL_IF(x) \