diff options
Diffstat (limited to 'include/sm501.h')
-rw-r--r-- | include/sm501.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sm501.h b/include/sm501.h index d8f26fb..3e71dbb 100644 --- a/include/sm501.h +++ b/include/sm501.h @@ -32,6 +32,9 @@ #ifndef _SM501_H_ #define _SM501_H_ +#define PCI_VENDOR_SM 0x126f +#define PCI_DEVICE_SM501 0x0501 + typedef struct { unsigned int Index; unsigned int Value; |