[Zion][Yellowstone] First pass at adding PCI ioport access.

This commit is contained in:
Drew Galbraith 2025-05-07 01:44:09 -07:00
parent f2c2cff98a
commit b677633248
16 changed files with 337 additions and 199 deletions

6
zion/syscall/pci.h Normal file
View 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);