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

View File

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