]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
import linux debugfs support
authormmacy <mmacy@FreeBSD.org>
Sat, 23 Feb 2019 20:56:41 +0000 (20:56 +0000)
committermmacy <mmacy@FreeBSD.org>
Sat, 23 Feb 2019 20:56:41 +0000 (20:56 +0000)
commitd37c02f8a905cf4425adb3c049974c81df479d6d
tree555a4d90a5efa3e0e6a395612176c96f4f36bb26
parentd75b15dcb36d80d1e7670a341dd73fbd680c4714
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]