diff options
author | 2000-11-08 21:44:35 +0000 | |
---|---|---|
committer | 2000-11-08 21:44:35 +0000 | |
commit | 1637550712d0e1818f2abee0dbd138f43e6a9e41 (patch) | |
tree | 44a0d58153ac545d57accddc8a04c16e4f9881c0 /sys | |
parent | tag the rest of alpha tree (diff) | |
download | wireguard-openbsd-1637550712d0e1818f2abee0dbd138f43e6a9e41.tar.xz wireguard-openbsd-1637550712d0e1818f2abee0dbd138f43e6a9e41.zip |
extern struct device *booted_device
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/include/autoconf.h | 3 |
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; |