summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/userboot.h
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2012-10-03 17:20:34 +0000
committerae <ae@FreeBSD.org>2012-10-03 17:20:34 +0000
commitcecfb309c72bbfaffe0aaa2af2f2609d9b05d327 (patch)
tree8ab8c07b51f78596e3530d9bd523810521d9b78a /sys/boot/userboot/userboot.h
parentf8be5cf46440dbdef77249e4612a2cac7c10da4a (diff)
downloadFreeBSD-src-cecfb309c72bbfaffe0aaa2af2f2609d9b05d327.zip
FreeBSD-src-cecfb309c72bbfaffe0aaa2af2f2609d9b05d327.tar.gz
Replace all references to loader_callbacks_v1 with loader_callbacks.
Suggested by: grehan@
Diffstat (limited to 'sys/boot/userboot/userboot.h')
-rw-r--r--sys/boot/userboot/userboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/userboot.h b/sys/boot/userboot/userboot.h
index 9e00899..ddb83a3 100644
--- a/sys/boot/userboot/userboot.h
+++ b/sys/boot/userboot/userboot.h
@@ -38,7 +38,7 @@
#define USERBOOT_EXIT_QUIT 1
#define USERBOOT_EXIT_REBOOT 2
-struct loader_callbacks_v1 {
+struct loader_callbacks {
/*
* Console i/o
*/
OpenPOWER on IntegriCloud