示例#1
0
文件: kernel_module.c 项目: Rubusch/c
void skull_cleanup(void)
{
  // logout of the functional module
  // e.g. unregister_netdevice, inet_del_protocol, dev_remove_pack, etc

#ifdef CONFIG_PROC_FS
  unregister_proc_files();
#endif /* CONFIG_PROC_FS */
}
示例#2
0
void test_proc_cleanup(void) 
{ 
	unregister_proc_files(); 
}