summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/bootinfo.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-18 05:26:52 +0000
committerphk <phk@FreeBSD.org>1994-11-18 05:26:52 +0000
commit4aeacbb9151278e906ae35bac87b8f2424a3e77e (patch)
tree5eddbf3d8c61a4ec87212588b24b1907c42108db /sys/i386/include/bootinfo.h
parent55e8224b94949468d77dc932a4218dfe561b8b2e (diff)
downloadFreeBSD-src-4aeacbb9151278e906ae35bac87b8f2424a3e77e.zip
FreeBSD-src-4aeacbb9151278e906ae35bac87b8f2424a3e77e.tar.gz
Declare the bootinfo structure in the kernel.
Diffstat (limited to 'sys/i386/include/bootinfo.h')
-rw-r--r--sys/i386/include/bootinfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h
index 1dd1958..b86a034 100644
--- a/sys/i386/include/bootinfo.h
+++ b/sys/i386/include/bootinfo.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootinfo.h,v 1.1 1994/10/06 09:25:25 rgrimes Exp $
+ * $Id: bootinfo.h,v 1.2 1994/11/18 05:02:43 phk Exp $
*/
#ifndef _MACHINE_BOOTINFO_H_
@@ -44,4 +44,7 @@ struct bootinfo_t {
unsigned long bios_geom[N_BIOS_GEOM];
};
+#ifdef KERNEL
+extern struct bootinfo_t bootinfo;
+#endif
#endif /* _MACHINE_BOOTINFO_H_ */
OpenPOWER on IntegriCloud