Ajay Dudani | 3fc3b7f | 2012-07-08 01:19:11 -0700 | [diff] [blame] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
| 10 | *** To edit the content of this header, modify the corresponding |
| 11 | *** source file (e.g. under external/kernel-headers/original/) then |
| 12 | *** run bionic/libc/kernel/tools/update_all.py |
| 13 | *** |
| 14 | *** Any manual change here will be lost the next time this script will |
| 15 | *** be run. You've been warned! |
| 16 | *** |
| 17 | **************************************************************************** |
| 18 | ****************************************************************************/ |
| 19 | #ifndef _ARCH_ARM_MACH_MSM_MDM_IOCTLS_H |
| 20 | #define _ARXH_ARM_MACH_MSM_MDM_IOCTLS_H |
| 21 | #define CHARM_CODE 0xCC |
| 22 | #define WAKE_CHARM _IO(CHARM_CODE, 1) |
| 23 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 24 | #define RESET_CHARM _IO(CHARM_CODE, 2) |
| 25 | #define CHECK_FOR_BOOT _IOR(CHARM_CODE, 3, int) |
| 26 | #define WAIT_FOR_BOOT _IO(CHARM_CODE, 4) |
| 27 | #define NORMAL_BOOT_DONE _IOW(CHARM_CODE, 5, int) |
| 28 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 29 | #define RAM_DUMP_DONE _IOW(CHARM_CODE, 6, int) |
| 30 | #define WAIT_FOR_RESTART _IOR(CHARM_CODE, 7, int) |
| 31 | #define GET_DLOAD_STATUS _IOR(CHARM_CODE, 8, int) |
| 32 | enum charm_boot_type { |
| 33 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 34 | CHARM_NORMAL_BOOT = 0, |
| 35 | CHARM_RAM_DUMPS, |
| 36 | }; |
| 37 | #endif |
| 38 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 39 | |