]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Rsci.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Rsci.h
1 /*++
2 Copyright (c) 1996 - 2014, Intel Corporation.
3
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6
7
8 Module Name:
9
10
11
12 Abstract:
13
14
15
16 --*/
17
18 #ifndef _RSCI_H
19 #define _RSCI_H
20
21 typedef enum {
22 NOT_APPLICABLE_RESET = 0,
23 WARM_RESET = 1,
24 COLD_RESET = 2,
25 GLOBAL_RESET = 7,
26 }ANDROID_RESET_TYPE;
27
28 #endif