repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
config/dracut/90zfs: handle cases where hostid(1) returns all zeros
[zfs.git]
/
include
/
os
/
linux
/
zfs
/
sys
/
Makefile.am
blob
a075db476e40d7e78eca2061ae7d1e4506ebe096
1
KERNEL_H = \
2
policy.h \
3
sha2.h \
4
trace_acl.h \
5
trace_arc.h \
6
trace_common.h \
7
trace_zfs.h \
8
trace_dbgmsg.h \
9
trace_dbuf.h \
10
trace_dmu.h \
11
trace_dnode.h \
12
trace_multilist.h \
13
trace_rrwlock.h \
14
trace_txg.h \
15
trace_vdev.h \
16
trace_zil.h \
17
trace_zio.h \
18
trace_zrlock.h \
19
zfs_bootenv_os.h \
20
zfs_context_os.h \
21
zfs_ctldir.h \
22
zfs_dir.h \
23
zfs_vfsops_os.h \
24
zfs_vnops_os.h \
25
zfs_znode_impl.h \
26
zpl.h
27
28
if CONFIG_KERNEL
29
kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys
30
kernel_HEADERS = $(KERNEL_H)
31
endif