Go to the documentation of this file. 1 #ifndef _LINUX_CPUPRI_H
2 #define _LINUX_CPUPRI_H
4 #include <linux/sched.h>
6 #define CPUPRI_NR_PRIORITIES (MAX_RT_PRIO + 2)
8 #define CPUPRI_INVALID -1
10 #define CPUPRI_NORMAL 1
30 #define cpupri_set(cp, cpu, pri) do { } while (0)
31 #define cpupri_init() do { } while (0)