mt_sched_drv.h 306 B

123456789101112131415
  1. #ifndef _MT_SCHED_DRV_H
  2. #define _MT_SCHED_DRV_H
  3. #include <linux/ioctl.h>
  4. #include <linux/cpumask.h>
  5. #include <linux/pid.h>
  6. #include "mt_sched_ioctl.h"
  7. #ifdef CONFIG_COMPAT
  8. long sched_ioctl_compat(struct file *filp, unsigned int cmd, unsigned long arg);
  9. #endif
  10. #define MT_SCHED_AFFININTY_DEBUG 0
  11. #endif