mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Retire two flags that haven't been used since OLDCARD was retired
(well, since before OLDCARD was retired, since I removed their use somewhat before that).
This commit is contained in:
parent
11a77295d3
commit
ab4e6b4899
1 changed files with 0 additions and 2 deletions
|
|
@ -276,8 +276,6 @@ extern devclass_t ed_devclass;
|
|||
*/
|
||||
#define ED_FLAGS_TOSH_ETHER 0x10000
|
||||
#define ED_FLAGS_GWETHER 0x20000
|
||||
#define ED_FLAGS_AX88190 0x30000
|
||||
#define ED_FLAGS_LINKSYS 0x80000
|
||||
|
||||
#define ED_FLAGS_GETTYPE(flg) ((flg) & 0xff0000)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue