static void siox_master_lock()

in siox-core.c [41:44]


static void siox_master_lock(struct siox_master *smaster)
{
	mutex_lock(&smaster->lock);
}