2
0
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:
Abdur-Rahman Mansoor 2024-05-29 15:42:03 -04:00
parent 1a12c19655
commit dd16f8428a

View File

@ -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