diff options
Diffstat (limited to 'driver/common.h')
-rw-r--r-- | driver/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/common.h b/driver/common.h index 6036b0c..3bc27d8 100644 --- a/driver/common.h +++ b/driver/common.h @@ -60,7 +60,7 @@ typedef struct { struct list_head umem_list; /* List of 'umem_list_entry's associated with this device */ atomic_t umem_count; /* id for next umem entry */ - + int msi_mode; } pcidriver_privdata_t; |