From 795cbb9daaaccff2e81422fa266e095767d8e5f8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 15 Dec 2000 23:54:39 +0000 Subject: move to convert directory the convert tools --- convert/xf86str.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 convert/xf86str.h (limited to 'convert/xf86str.h') diff --git a/convert/xf86str.h b/convert/xf86str.h new file mode 100644 index 00000000..9d9f5001 --- /dev/null +++ b/convert/xf86str.h @@ -0,0 +1,13 @@ +#include + +typedef struct { + int token; /* id of the token */ + const char * name; /* token name */ +} SymTabRec, *SymTabPtr; + +#define CARD16 int + +#define INIT_PCI_CARD_INFO +#define INIT_PCI_VENDOR_INFO +#define INIT_PCI_VENDOR_NAME_INFO +#define VENDOR_INCLUDE_NONVIDEO -- cgit v1.2.1