mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291650
@ -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