#ifndef _SPL_PROC_H #define _SPL_PROC_H #include int proc_init(void); void proc_fini(void); #endif /* SPL_PROC_H */