mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
10 lines
167 B
C
10 lines
167 B
C
#ifndef _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 */
|