mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part
of the API.
This commit is contained in:
parent
9ad4708e6a
commit
0ac8befebe
1 changed files with 0 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue