diff options
| author | Jonathan Chen <jon@FreeBSD.org> | 2000-11-28 15:50:13 +0000 |
|---|---|---|
| committer | Jonathan Chen <jon@FreeBSD.org> | 2000-11-28 15:50:13 +0000 |
| commit | c3342a3d991c2d367e727f2d0ad9fbcacdf6baa0 (patch) | |
| tree | c72c5d51febd26a03175c2159fd359a9eb2e08c0 /sys/dev | |
| parent | 088a7127ece5dd1c858e8f9625fa2b280a74dc1a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pccard/card_if.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 5e0bfd8f6b81..47376c74fa74 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. # |
