]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Include/Library/OmapLib.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Omap35xxPkg / Include / Library / OmapLib.h
diff --git a/Omap35xxPkg/Include/Library/OmapLib.h b/Omap35xxPkg/Include/Library/OmapLib.h
deleted file mode 100644 (file)
index e92a5ae..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/** @file\r
-\r
-  Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
-\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __OMAPLIB_H__\r
-#define __OMAPLIB_H__\r
-\r
-UINT32\r
-EFIAPI\r
-GpioBase (\r
-  IN  UINTN Port\r
-  );\r
-\r
-UINT32\r
-EFIAPI\r
-TimerBase (\r
-  IN  UINTN Timer\r
-  );\r
-\r
-UINTN\r
-EFIAPI\r
-InterruptVectorForTimer (\r
-  IN  UINTN TImer\r
-  );\r
-\r
-UINT32\r
-EFIAPI\r
-UartBase (\r
-  IN  UINTN Uart\r
-  );\r
-\r
-\r
-#endif // __OMAPLIB_H__\r
-\r