summaryrefslogtreecommitdiff
path: root/Omap35xxPkg/Include/Library/OmapLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Omap35xxPkg/Include/Library/OmapLib.h')
-rw-r--r--Omap35xxPkg/Include/Library/OmapLib.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/Omap35xxPkg/Include/Library/OmapLib.h b/Omap35xxPkg/Include/Library/OmapLib.h
deleted file mode 100644
index e92a5ae..0000000
--- a/Omap35xxPkg/Include/Library/OmapLib.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/** @file
-
- Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-#ifndef __OMAPLIB_H__
-#define __OMAPLIB_H__
-
-UINT32
-EFIAPI
-GpioBase (
- IN UINTN Port
- );
-
-UINT32
-EFIAPI
-TimerBase (
- IN UINTN Timer
- );
-
-UINTN
-EFIAPI
-InterruptVectorForTimer (
- IN UINTN TImer
- );
-
-UINT32
-EFIAPI
-UartBase (
- IN UINTN Uart
- );
-
-
-#endif // __OMAPLIB_H__
-