4 * @brief Contains vendor && device id's of the CERN PCI modules.
6 * @author Georgievskiy Yury. CERN AB/CO.
10 * @version 1.0 ygeorgie 03/06/2008 Initial version.
12 #ifndef _MIL1553_HEADER_H_INCLUDE_
13 #define _MIL1553_HEADER_H_INCLUDE_
15 /* device && vendor ID's used in the drivers, installation and test programs */
16 #define CERN_PCI_VENDOR_ID 0x10dc
19 #define CTRP_VENDOR_ID CERN_PCI_VENDOR_ID
20 #define CTRP_DEVICE_ID 0x0300
23 #define MIL1553_PCI_VENDOR_ID CERN_PCI_VENDOR_ID
24 #define MIL1553_PCI_DEVICE_ID 0x0301
26 #endif /* _MIL1553_HEADER_H_INCLUDE_ */