Go to the documentation of this file.
5#ifndef XEN_PUBLIC_SCHED_H
6#define XEN_PUBLIC_SCHED_H
10#define SCHEDOP_yield 0
11#define SCHEDOP_shutdown 2
26#define SHUTDOWN_poweroff 0
27#define SHUTDOWN_reboot 1
28#define SHUTDOWN_suspend 2
29#define SHUTDOWN_crash 3
30#define SHUTDOWN_watchdog 4