1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Remove unused #defines.

This commit is contained in:
Warner Losh 2003-09-20 17:46:39 +00:00
parent ab7a2646e0
commit 89aea6d530
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120289

View File

@ -184,9 +184,6 @@ struct pccard_card {
STAILQ_HEAD(, pccard_function) pf_head;
};
#define PCCARD_MEM_ATTR 1
#define PCCARD_MEM_COMMON 2
#define PCCARD_WIDTH_AUTO 0
#define PCCARD_WIDTH_IO8 1
#define PCCARD_WIDTH_IO16 2