aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/sched/mt_sched_drv.h
blob: fba977f021abbec7626d5fa3e874dd998d5d8970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _MT_SCHED_DRV_H
#define _MT_SCHED_DRV_H

#include <linux/ioctl.h>
#include <linux/cpumask.h>
#include <linux/pid.h>
#include <linux/mt_sched_ioctl.h>

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

#endif