From bf374e5b67fcc138f943ed301ed33f80f79ce043 Mon Sep 17 00:00:00 2001 From: Sergey Babkin Date: Mon, 8 Jan 2001 02:47:37 +0000 Subject: Completed move of Digiboard drivers to dev/dgb --- sys/dev/dgb/dgb.c | 6 +++--- sys/dev/dgb/dgm.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index bb02ca1356d1..377ffd36d4a7 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -92,11 +92,11 @@ #error "The dgb device requires the old isa compatibility shims" #endif -#include -#include +#include +#include #define DGB_DEBUG /* Enable debugging info via sysctl */ -#include +#include #define CALLOUT_MASK 0x80 #define CONTROL_MASK 0x60 diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c index d24444934231..754708732b29 100644 --- a/sys/dev/dgb/dgm.c +++ b/sys/dev/dgb/dgm.c @@ -95,9 +95,9 @@ #error "The dgm device requires the old isa compatibility shims" #endif -#include -#include -#include +#include +#include +#include #define CALLOUT_MASK 0x40000 #define CONTROL_MASK 0xC0 -- cgit v1.3