diff options
Diffstat (limited to 'pcilib/locking.h')
-rw-r--r-- | pcilib/locking.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcilib/locking.h b/pcilib/locking.h index cc45576..5e4c6e9 100644 --- a/pcilib/locking.h +++ b/pcilib/locking.h @@ -14,7 +14,7 @@ #include <pcilib/kmem.h> #include <pcilib/lock.h> -typedef uint32_t pcilib_lock_id_t; /**< type to represent the index of a lock in the table of locks in the kernel space*/ +typedef uint32_t pcilib_lock_id_t; /**< type to represent the index of a lock in the table of locks in the kernel space*/ typedef struct pcilib_locking_s pcilib_locking_t; @@ -22,9 +22,9 @@ typedef struct pcilib_locking_s pcilib_locking_t; * structure defining the kernel space used for locks */ struct pcilib_locking_s { - pcilib_kmem_handle_t *kmem; /**< kmem used to store mutexes */ - pcilib_lock_t *locking; /**< lock used while intializing kernel space */ -// pcilib_lock_t *mmap; /**< lock used to protect mmap operation */ + pcilib_kmem_handle_t *kmem; /**< kmem used to store mutexes */ + pcilib_lock_t *locking; /**< lock used while intializing kernel space */ +// pcilib_lock_t *mmap; /**< lock used to protect mmap operation */ }; #ifdef __cplusplus |