diff options
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r-- | driver/pciDriver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h index 74eacaf..3ff3357 100644 --- a/driver/pciDriver.h +++ b/driver/pciDriver.h @@ -106,6 +106,8 @@ typedef struct { unsigned long size; unsigned long align; unsigned long use; + unsigned long item; + int reuse; int handle_id; } kmem_handle_t; |