aboutsummaryrefslogtreecommitdiff
path: root/slof/paflof.c
diff options
context:
space:
mode:
Diffstat (limited to 'slof/paflof.c')
-rw-r--r--slof/paflof.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/slof/paflof.c b/slof/paflof.c
index 895a18f..343d623 100644
--- a/slof/paflof.c
+++ b/slof/paflof.c
@@ -21,16 +21,17 @@
#include "paflof.h"
#include <string.h>
#include <stdint.h>
+#include <ctype.h>
#include ISTR(TARG,h)
#define LAST_ELEMENT(x) x[sizeof x / sizeof x[0] - 1]
-#include ISTR(TARG,c)
-
unsigned long fdt_start;
unsigned long romfs_base;
unsigned long epapr_magic;
+unsigned char hash_table[HASHSIZE*CELLSIZE];
+#include ISTR(TARG,c)
// the actual engine
long engine(int mode, long param_1, long param_2)