mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-12-23 06:18:47 +01:00
add dstrd field to pcidev struct
This commit is contained in:
parent
1a12c19655
commit
dd16f8428a
@ -231,11 +231,10 @@ ends
|
|||||||
struct pcidev
|
struct pcidev
|
||||||
bus db ?
|
bus db ?
|
||||||
devfn db ?
|
devfn db ?
|
||||||
rw 1
|
|
||||||
mmio_ptr dd ?
|
mmio_ptr dd ?
|
||||||
sq_ptr dd ?
|
sq_ptr dd ?
|
||||||
cq_ptr dd ?
|
cq_ptr dd ?
|
||||||
|
dstrd dd ?
|
||||||
ends
|
ends
|
||||||
TOTAL_PCIDEVS = 4
|
TOTAL_PCIDEVS = 4
|
||||||
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev
|
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev
|
||||||
|
Loading…
Reference in New Issue
Block a user