summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-raid.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2002-02-06 19:35:37 +0000
committerjulian <julian@FreeBSD.org>2002-02-06 19:35:37 +0000
commit021d8e63a1879a46bf287d200af7cde8f8463a73 (patch)
tree0827f162973182853097573796c118284210e225 /sys/dev/ata/ata-raid.h
parent6a036e317e2e8e5408927c02ab424b3406b49b98 (diff)
downloadFreeBSD-src-021d8e63a1879a46bf287d200af7cde8f8463a73.zip
FreeBSD-src-021d8e63a1879a46bf287d200af7cde8f8463a73.tar.gz
Make LINT compile after fruitless attempts to get the authors
to fix their code. ata stuff: Change name of ar_attach to not colide with existing ar_attach in if_ar.c. usb stuff: Create a dummy function to satisfy a call to it when in DEBUG mode.
Diffstat (limited to 'sys/dev/ata/ata-raid.h')
-rw-r--r--sys/dev/ata/ata-raid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-raid.h b/sys/dev/ata/ata-raid.h
index acc3eb0..06a5f8f 100644
--- a/sys/dev/ata/ata-raid.h
+++ b/sys/dev/ata/ata-raid.h
@@ -206,5 +206,5 @@ struct promise_raid_conf {
} __attribute__((packed));
int ar_probe(struct ad_softc *);
-void ar_attach(void);
+void atar_attach(void);
OpenPOWER on IntegriCloud