]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/EmbeddedGpio.h
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / EmbeddedGpio.h
index 4e7c8dbcd6d9fc5a4be4c66c5bb35377e3631c90..83854fc286559c5d9f41282625917fc1610be3a3 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -164,4 +158,21 @@ struct _EMBEDDED_GPIO {
 \r
 extern EFI_GUID gEmbeddedGpioProtocolGuid;\r
 \r
+typedef struct _GPIO_CONTROLLER              GPIO_CONTROLLER;\r
+typedef struct _PLATFORM_GPIO_CONTROLLER     PLATFORM_GPIO_CONTROLLER;\r
+\r
+struct _GPIO_CONTROLLER {\r
+  UINTN                   RegisterBase;\r
+  UINTN                   GpioIndex;\r
+  UINTN                   InternalGpioCount;\r
+};\r
+\r
+struct _PLATFORM_GPIO_CONTROLLER {\r
+  UINTN                   GpioCount;\r
+  UINTN                   GpioControllerCount;\r
+  GPIO_CONTROLLER         *GpioController;\r
+};\r
+\r
+extern EFI_GUID gPlatformGpioProtocolGuid;\r
+\r
 #endif\r