Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part

of the API.
This commit is contained in:
Warner Losh 2000-04-17 04:28:12 +00:00
parent 9ad4708e6a
commit 0ac8befebe

View file

@ -64,8 +64,6 @@ 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 {