2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-12-22 13:58:47 +01:00

add ipin and iline fields to pcidev struct

This commit is contained in:
Abdur-Rahman Mansoor 2024-05-30 16:06:27 -04:00
parent 685d2c3f1f
commit c462215a17

View File

@ -231,7 +231,8 @@ ends
struct pcidev
bus db ?
devfn db ?
rw 1
ipin db ?
iline db ?
mmio_ptr dd ?
sq_ptr dd ?
cq_ptr dd ?