1a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/****************************************************************************
2a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
3a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
4a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   This header was automatically generated from a Linux kernel header
5a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   of the same name, to make information necessary for userspace to
6a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   call into the kernel available to libc.  It contains only constants,
7a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   structures, and macros generated from the original header, and thus,
8a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   contains no copyrightable information.
9a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
10a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   To edit the content of this header, modify the corresponding
11a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   source file (e.g. under external/kernel-headers/original/) then
12a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   run bionic/libc/kernel/tools/update_all.py
13a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
14a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   Any manual change here will be lost the next time this script will
15a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   be run. You've been warned!
16a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
17a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
18a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************/
19655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#ifndef _UAPI_LINUX_REBOOT_H
20655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define _UAPI_LINUX_REBOOT_H
21655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_MAGIC1 0xfee1dead
22655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_MAGIC2 672274793
23a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_MAGIC2A 85072278
25655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_MAGIC2B 369367448
26655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_MAGIC2C 537993216
27655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_RESTART 0x01234567
28a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_HALT 0xCDEF0123
30655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_CAD_ON 0x89ABCDEF
31655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_CAD_OFF 0x00000000
32655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC
33a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_RESTART2 0xA1B2C3D4
35655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_SW_SUSPEND 0xD000FCE2
36655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define LINUX_REBOOT_CMD_KEXEC 0x45584543
37a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich#endif
38655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39