]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Rsci.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Rsci.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Rsci.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Rsci.h
new file mode 100644 (file)
index 0000000..f914233
--- /dev/null
@@ -0,0 +1,34 @@
+/*++\r
+Copyright (c) 1996  - 2014, Intel Corporation.\r
+\r
+  This program and the accompanying materials are licensed and made available under\r
+  the terms and conditions of the BSD License that accompanies this distribution.\r
+  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+\r
+\r
+Module Name:\r
+\r
+\r
+\r
+Abstract:\r
+\r
+\r
+\r
+--*/\r
+\r
+#ifndef _RSCI_H\r
+#define _RSCI_H\r
+\r
+typedef enum {\r
+  NOT_APPLICABLE_RESET = 0,\r
+  WARM_RESET = 1,\r
+  COLD_RESET = 2,\r
+  GLOBAL_RESET = 7,\r
+}ANDROID_RESET_TYPE;\r
+\r
+#endif\r