#ifndef _MT_SCHED_DRV_H #define _MT_SCHED_DRV_H #include #include #include #include #ifdef CONFIG_COMPAT long sched_ioctl_compat(struct file *filp, unsigned int cmd, unsigned long arg); #endif #endif