ARM: Define PCI_RES_BUS resource for platforms having NEW_PCIB enabled.

Approved by:	kib (mentor)
This commit is contained in:
mmel 2015-12-02 14:24:14 +00:00
parent c113e56aa6
commit d923c4f2ed

View File

@ -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_ */