aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/linux/spl/sys/Makefile.am
blob: 48c27f970fc90e8870e90c775300b0ad9f7118ae (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
KERNEL_H = \
	acl.h \
	atomic.h \
	byteorder.h \
	callb.h \
	callo.h \
	cmn_err.h \
	condvar.h \
	cred.h \
	ctype.h \
	debug.h \
	disp.h \
	dkio.h \
	errno.h \
	fcntl.h \
	file.h \
	inttypes.h \
	isa_defs.h \
	kmem_cache.h \
	kmem.h \
	kstat.h \
	list.h \
	mod_os.h \
	mutex.h \
	param.h \
	processor.h \
	proc.h \
	procfs_list.h \
	random.h \
	rwlock.h \
	shrinker.h \
	sid.h \
	signal.h \
	simd.h \
	stat.h \
	strings.h \
	sunddi.h \
	sysmacros.h \
	systeminfo.h \
	taskq.h \
	thread.h \
	time.h \
	timer.h \
	trace.h \
	trace_spl.h \
	trace_taskq.h \
	tsd.h \
	types32.h \
	types.h \
	uio.h \
	user.h \
	vfs.h \
	vmem.h \
	vmsystm.h \
	vnode.h \
	wait.h \
	wmsum.h \
	zmod.h \
	zone.h

if CONFIG_KERNEL
kerneldir = @prefix@/src/zfs-$(VERSION)/include/spl/sys
kernel_HEADERS = $(KERNEL_H)
endif