summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-11-08 21:44:36 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-11-08 21:44:36 +0000
commitbc6f43d6a92b8a34bbf06a11e190fc126dbb7bd1 (patch)
tree7c467a0a8b900a8fe9af4bb2d1c0867a9fd82554 /sys/arch
parent64b6e400f803cd83c33c1717fe08584aa28f3fdf (diff)
extern struct device *booted_device
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/include/autoconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/autoconf.h b/sys/arch/alpha/include/autoconf.h
index 43e56f088ee..e23cc6c1097 100644
--- a/sys/arch/alpha/include/autoconf.h
+++ b/sys/arch/alpha/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.9 2000/11/08 21:27:17 ericj Exp $ */
+/* $OpenBSD: autoconf.h,v 1.10 2000/11/08 21:44:35 art Exp $ */
/* $NetBSD: autoconf.h,v 1.19 2000/06/08 03:10:06 thorpej Exp $ */
/*
@@ -109,6 +109,7 @@ struct alpha_variation_table {
};
#ifdef _KERNEL
+extern struct device *booted_device;
extern int booted_partition;
extern struct bootdev_data *bootdev_data;
extern struct bootinfo_kernel bootinfo;