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