Beispiel #1
0
void toi_ui_exit(void)
{
	toi_unregister_module(&userui_ops);
}
void toi_checksum_exit(void)
{
	toi_unregister_module(&toi_checksum_ops);
}
void toi_poweroff_exit(void)
{
	toi_unregister_module(&powerdown_ops);
}
void toi_alloc_exit(void)
{
	toi_unregister_module(&toi_alloc_ops);
}
void toi_usm_exit(void)
{
	toi_netlink_close_complete(&usm_helper_data);
	toi_unregister_module(&usm_ops);
}