summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/userboot/libuserboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/userboot/libuserboot.h')
-rw-r--r--sys/boot/userboot/userboot/libuserboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/userboot/libuserboot.h b/sys/boot/userboot/userboot/libuserboot.h
index 0aa1a3f..d795188 100644
--- a/sys/boot/userboot/userboot/libuserboot.h
+++ b/sys/boot/userboot/userboot/libuserboot.h
@@ -28,7 +28,7 @@
#include "userboot.h"
-extern struct loader_callbacks_v1 *callbacks;
+extern struct loader_callbacks *callbacks;
extern void *callbacks_arg;
#define CALLBACK(fn, args...) (callbacks->fn(callbacks_arg , ##args))
OpenPOWER on IntegriCloud