diff options
author | 2003-07-05 14:41:56 +0000 | |
---|---|---|
committer | 2003-07-05 14:41:56 +0000 | |
commit | d10d096b07e80e5d9c795276f1d30f4b00c3de11 (patch) | |
tree | 195055662015643ead84f2ee4cd3a76735c32634 | |
parent | Add missing timing value for CMD649 UDMA 5 mode. (diff) | |
download | wireguard-openbsd-d10d096b07e80e5d9c795276f1d30f4b00c3de11.tar.xz wireguard-openbsd-d10d096b07e80e5d9c795276f1d30f4b00c3de11.zip |
better indent
-rw-r--r-- | sys/dev/ic/wdcvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index b03bf60b3a8..ef41a4778cd 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdcvar.h,v 1.25 2002/05/03 09:18:46 gluk Exp $ */ +/* $OpenBSD: wdcvar.h,v 1.26 2003/07/05 14:41:56 grange Exp $ */ /* $NetBSD: wdcvar.h,v 1.17 1999/04/11 20:50:29 bouyer Exp $ */ /*- @@ -176,8 +176,8 @@ struct wdc_softc { /* Per controller state */ void (*dma_start)(void *, int, int); int (*dma_finish)(void *, int, int); /* flags passed to DMA functions */ -#define WDC_DMA_READ 0x01 -#define WDC_DMA_IRQW 0x02 +#define WDC_DMA_READ 0x01 +#define WDC_DMA_IRQW 0x02 int dma_status; /* status return from dma_finish() */ #define WDC_DMAST_NOIRQ 0x01 /* missing IRQ */ #define WDC_DMAST_ERR 0x02 /* DMA error */ |