From 1f7aefb0a16397385625adc25a092a8ac91c8c8e Mon Sep 17 00:00:00 2001 From: matthias Date: Sat, 8 Feb 1997 09:32:30 +0000 Subject: [PATCH] * Declare bootdev and booted_device. --- sys/arch/pc532/include/autoconf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/pc532/include/autoconf.h b/sys/arch/pc532/include/autoconf.h index 8fffe03da9c1..bbff83dee554 100644 --- a/sys/arch/pc532/include/autoconf.h +++ b/sys/arch/pc532/include/autoconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.h,v 1.1 1996/11/24 13:34:42 matthias Exp $ */ +/* $NetBSD: autoconf.h,v 1.2 1997/02/08 09:32:30 matthias Exp $ */ /* * Copyright (c) 1994 Matthias Pfaller. @@ -42,3 +42,6 @@ struct confargs { /* Locator aliases */ #define cf_addr cf_loc[0] #define cf_irq cf_loc[1] + +extern u_long bootdev; +extern struct device *booted_device;