summaryrefslogtreecommitdiffstats
path: root/sys/sys/rman.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-01-10 06:13:52 +0000
committerimp <imp@FreeBSD.org>2000-01-10 06:13:52 +0000
commit74ccbaf2d81548f83ae5cbf0fe6fc8ce84da1feb (patch)
tree058756cf4c6d39120803ca296507a87bbde8b476 /sys/sys/rman.h
parentb8e601b2406d997a7e622ee011f9488c3065285a (diff)
downloadFreeBSD-src-74ccbaf2d81548f83ae5cbf0fe6fc8ce84da1feb.zip
FreeBSD-src-74ccbaf2d81548f83ae5cbf0fe6fc8ce84da1feb.tar.gz
Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory.
This was suggested by Doug a while ago.
Diffstat (limited to 'sys/sys/rman.h')
-rw-r--r--sys/sys/rman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/rman.h b/sys/sys/rman.h
index 0e59f75..02b319a 100644
--- a/sys/sys/rman.h
+++ b/sys/sys/rman.h
@@ -64,6 +64,8 @@ struct resource {
#define RF_WANTED 0x0010 /* somebody is waiting for this resource */
#define RF_FIRSTSHARE 0x0020 /* first in sharing list */
+#define RF_PCCARD_ATTR 0x10000 /* PCCARD attribute memory */
+
enum rman_type { RMAN_UNINIT = 0, RMAN_GAUGE, RMAN_ARRAY };
struct rman {
OpenPOWER on IntegriCloud