00001 00010 #ifndef _QRES_PROC_FS_H_ 00011 #define _QRES_PROC_FS_H_ 00012 00013 #include <linux/aquosa/qres_config.h> 00014 00015 int qres_proc_register(void); 00016 void qres_proc_unregister(void); 00017 00018 #endif // _QRES_PROC_FS_H_ 00019