mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-28 10:54:21 +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 */
|