ARM: Define PCI_RES_BUS resource for platforms having NEW_PCIB enabled.
Approved by: kib (mentor)
This commit is contained in:
parent
ab1910e8af
commit
23a4fe48f9
@ -42,5 +42,8 @@
|
||||
#define SYS_RES_MEMORY 3 /* i/o memory */
|
||||
#define SYS_RES_IOPORT 4 /* i/o ports */
|
||||
#define SYS_RES_GPIO 5 /* general purpose i/o */
|
||||
#ifdef NEW_PCIB
|
||||
#define PCI_RES_BUS 6 /* PCI bus numbers */
|
||||
#endif
|
||||
|
||||
#endif /* !_MACHINE_RESOURCE_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user