Commit | Line | Data |
---|---|---|
3cbfba02 DW |
1 | /*++\r |
2 | Copyright (c) 1996 - 2014, Intel Corporation.\r | |
3 | \r | |
4 | This program and the accompanying materials are licensed and made available under\r | |
5 | the terms and conditions of the BSD License that accompanies this distribution.\r | |
6 | The full text of the license may be found at\r | |
7 | http://opensource.org/licenses/bsd-license.php.\r | |
8 | \r | |
9 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
10 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
11 | \r | |
12 | \r | |
13 | \r | |
14 | Module Name:\r | |
15 | \r | |
16 | \r | |
17 | \r | |
18 | Abstract:\r | |
19 | \r | |
20 | \r | |
21 | \r | |
22 | --*/\r | |
23 | \r | |
24 | #ifndef _RSCI_H\r | |
25 | #define _RSCI_H\r | |
26 | \r | |
27 | typedef enum {\r | |
28 | NOT_APPLICABLE_RESET = 0,\r | |
29 | WARM_RESET = 1,\r | |
30 | COLD_RESET = 2,\r | |
31 | GLOBAL_RESET = 7,\r | |
32 | }ANDROID_RESET_TYPE;\r | |
33 | \r | |
34 | #endif\r |