diff options
-rw-r--r-- | sys/dev/sn/if_snreg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/sn/if_snreg.h b/sys/dev/sn/if_snreg.h index 3f5efd0..8b1b701 100644 --- a/sys/dev/sn/if_snreg.h +++ b/sys/dev/sn/if_snreg.h @@ -404,10 +404,4 @@ CSR_READ_2(sc, RECV_CONTROL_REG_W); \ CSR_READ_2(sc, RECV_CONTROL_REG_W); } -/* Define flags - */ - -#define SN_FLAGS_PCCARD 0x0001 /* PCMCIA (PC-card) */ -#define SN_FLAGS_XJBT10 0x0002 /* Megahertz XJ-BT10 (PCMCIA) */ - #endif /* _IF_SNREG_H_ */ |