From 7faa4da4bc2803f5a71a0cb3efd54d6ee1bee5ee Mon Sep 17 00:00:00 2001 From: kenh Date: Wed, 18 Nov 1998 16:32:29 +0000 Subject: Don't protect this with #ifdef _KERNEL --- sys/dev/ata/atareg.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ata/atareg.h b/sys/dev/ata/atareg.h index b20faa63da0..9455ef43830 100644 --- a/sys/dev/ata/atareg.h +++ b/sys/dev/ata/atareg.h @@ -1,6 +1,5 @@ -/* $NetBSD: atareg.h,v 1.2 1998/10/12 16:09:15 bouyer Exp $ */ +/* $NetBSD: atareg.h,v 1.3 1998/11/18 16:32:29 kenh Exp $ */ -#ifdef _KERNEL /* * Drive parameter structure for ATA/ATAPI. * Bit fields: WDC_* : common to ATA/ATAPI @@ -136,4 +135,3 @@ struct ataparams { #define WDC_SEC_EN 0x0002 #define WDC_SEC_SUPP 0x0001 }; -#endif /* _KERNEL */ -- cgit