[Zion][Yellowstone] First pass at adding PCI ioport access.
This commit is contained in:
parent
f2c2cff98a
commit
b677633248
16 changed files with 337 additions and 199 deletions
6
zion/syscall/pci.h
Normal file
6
zion/syscall/pci.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "include/zcall.h"
|
||||
|
||||
z_err_t PciRead(ZPciReadReq* req);
|
||||
z_err_t PciCreateBound(ZPciCreateBoundReq* req);
|
||||
z_err_t PciReadBound(ZPciReadBoundReq* req);
|
||||
z_err_t PciWriteBound(ZPciWriteBoundReq* req);
|
||||
Loading…
Add table
Add a link
Reference in a new issue