import linux debugfs support
authorMatt Macy <mmacy@FreeBSD.org>
Sat, 23 Feb 2019 20:56:41 +0000 (20:56 +0000)
committerMatt Macy <mmacy@FreeBSD.org>
Sat, 23 Feb 2019 20:56:41 +0000 (20:56 +0000)
commit3f6cab079cb20fc81f02f4acc7bd0032766c78d1
tree555a4d90a5efa3e0e6a395612176c96f4f36bb26
parent2ce1771c12ad570202617354d336f1afce8f3f24
import linux debugfs support

Reviewed by: hps@
MFC after: 1 week
Sponsored by: iX Systems
Differential Revision: https://reviews.freebsd.org/D19258
sys/compat/lindebugfs/lindebugfs.c [new file with mode: 0644]
sys/compat/linuxkpi/common/include/linux/debugfs.h [new file with mode: 0644]
sys/compat/linuxkpi/common/include/linux/seq_file.h [new file with mode: 0644]
sys/compat/linuxkpi/common/src/linux_seq_file.c [new file with mode: 0644]