]> git.proxmox.com Git - mirror_spl.git/blob - include/spl.h
Minor nit, SOLARIS should be SPL
[mirror_spl.git] / include / spl.h
1 #ifndef _SPL_H
2 #define _SPL_H
3
4 #include "spl-callb.h"
5 #include "spl-condvar.h"
6 #include "spl-cred.h"
7 #include "spl-generic.h"
8 #include "spl-kmem.h"
9 #include "spl-kstat.h"
10 #include "spl-mutex.h"
11 #include "spl-random.h"
12 #include "spl-rwlock.h"
13 #include "spl-taskq.h"
14 #include "spl-thread.h"
15 #include "spl-time.h"
16 #include "spl-timer.h"
17 #include "spl-types.h"
18
19 #endif /* _SPL_H */