blob: 53a36f6bfbca86c04891b32fea7baede4482b1c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
SUBDIRS = dktp
libspldir = $(includedir)/libspl/sys
libspl_HEADERS = \
acl.h \
acl_impl.h \
callb.h \
cmn_err.h \
cred.h \
debug.h \
dkio.h \
dklabel.h \
feature_tests.h \
int_limits.h \
int_types.h \
inttypes.h \
isa_defs.h \
kmem.h \
kstat.h \
list.h \
list_impl.h \
mhd.h \
mkdev.h \
policy.h \
poll.h \
priv.h \
processor.h \
sha2.h \
simd.h \
stack.h \
stdtypes.h \
strings.h \
stropts.h \
sunddi.h \
systeminfo.h \
time.h \
trace_spl.h \
trace_zfs.h \
types32.h \
types.h \
tzfile.h \
uio.h \
va_list.h \
varargs.h \
vnode.h \
vtoc.h \
zone.h
|