diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-07-03 11:36:50 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-07-03 11:36:50 +0000 |
commit | 548a48d1561dd77dbc082dddf0f9a2776ee91914 (patch) | |
tree | 5d8df94bd49aa1d186b2a2e2cf97f79f757e148f /sys/src/9/port/pci.h | |
parent | e39d9249076e9a95e97b33313be1ab2e23095f1d (diff) |
imx8: pcie and nvme support
Diffstat (limited to 'sys/src/9/port/pci.h')
-rw-r--r-- | sys/src/9/port/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/pci.h b/sys/src/9/port/pci.h index 6119966b5..204f53c9a 100644 --- a/sys/src/9/port/pci.h +++ b/sys/src/9/port/pci.h @@ -223,6 +223,7 @@ enum }; extern int pcimaxdno; +extern Pcidev *pciparentdev; extern void pcidevfree(Pcidev* pcidev); |