X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=UDI%2Finclude%2Fudi_pci.h;h=16e54a178328ce6939d30227759ff94dd9016d10;hb=c1b33e91984102c1aa9a2ffe19f02c315b481726;hp=f65c6fd5b763eb80ffb0a06672205f8ba47844a5;hpb=9e64659133d3c12fb6e315ae8de74d9b912f90dd;p=tpg%2Facess2.git diff --git a/UDI/include/udi_pci.h b/UDI/include/udi_pci.h index f65c6fd5..16e54a17 100644 --- a/UDI/include/udi_pci.h +++ b/UDI/include/udi_pci.h @@ -8,6 +8,9 @@ #ifndef _UDI_PCI_H_ #define _UDI_PCI_H_ +#if UDI_PCI_VERSION != 0x101 +# error "udi_pci.h requires UDI_PCI_VERSION set to 0x101" +#endif #ifndef _UDI_PHYSIO_H_ # error "udi_pci.h requires udi_physio.h" #endif