1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-01-19 22:46:35 +03:00
mirror_zfs/include/sys/t_lock.h
2008-12-23 13:18:39 -08:00

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 */