예제 #1
0
static inline int mpu401_status(struct mpu_config *devc)
{
	return inb(STATPORT(devc->base));
}
static inline int wf_mpu_status (void)
{
	return inb (STATPORT (phys_dev));
}