mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-29 04:19:35 +03:00
10 lines
137 B
C
10 lines
137 B
C
|
#ifndef _SPL_PROC_H
|
||
|
#define _SPL_PROC_H
|
||
|
|
||
|
#include <linux/proc_fs.h>
|
||
|
|
||
|
int proc_init(void);
|
||
|
void proc_fini(void);
|
||
|
|
||
|
#endif /* SPL_PROC_H */
|