#ifndef _MT_SCHED_DRV_H #define _MT_SCHED_DRV_H #include #include #include #include "mt_sched_ioctl.h" #ifdef CONFIG_COMPAT long sched_ioctl_compat(struct file *filp, unsigned int cmd, unsigned long arg); #endif #define MT_SCHED_AFFININTY_DEBUG 0 #endif