mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-12-22 22:08:47 +01:00
add ipin
and iline
fields to pcidev struct
This commit is contained in:
parent
685d2c3f1f
commit
c462215a17
@ -231,7 +231,8 @@ ends
|
|||||||
struct pcidev
|
struct pcidev
|
||||||
bus db ?
|
bus db ?
|
||||||
devfn db ?
|
devfn db ?
|
||||||
rw 1
|
ipin db ?
|
||||||
|
iline db ?
|
||||||
mmio_ptr dd ?
|
mmio_ptr dd ?
|
||||||
sq_ptr dd ?
|
sq_ptr dd ?
|
||||||
cq_ptr dd ?
|
cq_ptr dd ?
|
||||||
|
Loading…
Reference in New Issue
Block a user