- Start deprecating TAG()
[reactos.git] / reactos / drivers / bus / pci / pci.h
index c6b2029..5cd7e53 100644 (file)
@@ -6,8 +6,7 @@
 #include <stdio.h>
 #include <ntddk.h>
 
-#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
-#define TAG_PCI TAG('P', 'C', 'I', '0')
+#define TAG_PCI '0ICP'
 
 typedef struct _PCI_DEVICE
 {