[FREELDR] Replace CONFIG_CMD macro with a straightforward bitfield struct
[reactos.git] / boot / freeldr / freeldr / include / arch / powerpc / hardware.h
index faefe77..fcf663a 100644 (file)
@@ -24,9 +24,6 @@
 #include "../../reactos/registry.h"
 #endif
 
-#define CONFIG_CMD(bus, dev_fn, where) \
-    (0x80000000 | (((ULONG)(bus)) << 16) | (((dev_fn) & 0x1F) << 11) | (((dev_fn) & 0xE0) << 3) | ((where) & ~3))
-
 /* PROTOTYPES ***************************************************************/
 
 /* hardware.c */