mirror_zfs/include/sys/t_lock.h

10 lines
167 B
C
Raw Normal View History

#ifndef _SPL_T_LOCK_H
#define _SPL_T_LOCK_H
2008-12-24 00:18:39 +03:00
#include <sys/param.h>
#include <sys/mutex.h>
#include <sys/rwlock.h>
#include <sys/condvar.h>
#endif /* SPL_T_LOCK_H */