mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
Pull in lock types
This commit is contained in:
parent
c1d42c2f1d
commit
926e2b6058
@ -1,4 +1,9 @@
|
|||||||
#ifndef _SPL_T_LOCK_H
|
#ifndef _SPL_T_LOCK_H
|
||||||
#define _SPL_T_LOCK_H
|
#define _SPL_T_LOCK_H
|
||||||
|
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <sys/mutex.h>
|
||||||
|
#include <sys/rwlock.h>
|
||||||
|
#include <sys/condvar.h>
|
||||||
|
|
||||||
#endif /* SPL_T_LOCK_H */
|
#endif /* SPL_T_LOCK_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user