mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-12-22 13:58: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
|
||||
bus db ?
|
||||
devfn db ?
|
||||
rw 1
|
||||
mmio_ptr dd ?
|
||||
sq_ptr dd ?
|
||||
cq_ptr dd ?
|
||||
|
||||
dstrd dd ?
|
||||
ends
|
||||
TOTAL_PCIDEVS = 4
|
||||
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev
|
||||
|
Loading…
Reference in New Issue
Block a user