summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorjon <jon@FreeBSD.org>2000-11-28 15:50:13 +0000
committerjon <jon@FreeBSD.org>2000-11-28 15:50:13 +0000
commitd0c937a7bcb1880e24117c245e4e7d2ae88acee8 (patch)
tree6e4f653ef674719c0d1c58c8d839c61d9c13acb0 /sys/dev/pccard
parentabd4707ed8b2a81565af56326c06679f6ee3931e (diff)
downloadFreeBSD-src-d0c937a7bcb1880e24117c245e4e7d2ae88acee8.zip
FreeBSD-src-d0c937a7bcb1880e24117c245e4e7d2ae88acee8.tar.gz
Oops, broke newcard because I forgot to commit this in my last round of changes to pccbb.c
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/card_if.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m
index 5e0bfd8..47376c7 100644
--- a/sys/dev/pccard/card_if.m
+++ b/sys/dev/pccard/card_if.m
@@ -88,6 +88,10 @@ METHOD int detach_card {
int flags;
}
+HEADER {
+ #define DETACH_FORCE 0x01
+}
+
#
# Returns the type of card this is. Maybe we don't need this.
#
OpenPOWER on IntegriCloud