Exemple #1
0
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 */
}
Exemple #2
0
void test_proc_cleanup(void) 
{ 
	unregister_proc_files(); 
}