]> git.proxmox.com Git - mirror_zfs.git/blame - include/sys/proc.h
First commit of lustre style internal debug support. These
[mirror_zfs.git] / include / sys / proc.h
CommitLineData
57d1b188
BB
1#ifndef _SPL_PROC_H
2#define _SPL_PROC_H
3
4#include <linux/proc_fs.h>
5
6int proc_init(void);
7void proc_fini(void);
8
9#endif /* SPL_PROC_H */