static int mcb_init()

in mcb-core.c [498:501]


static int mcb_init(void)
{
	return bus_register(&mcb_bus_type);
}