]> git.proxmox.com Git - mirror_edk2.git/blob - Omap35xxPkg/Include/Library/OmapLib.h
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Omap35xxPkg / Include / Library / OmapLib.h
1 /** @file
2
3 Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __OMAPLIB_H__
10 #define __OMAPLIB_H__
11
12 UINT32
13 EFIAPI
14 GpioBase (
15 IN UINTN Port
16 );
17
18 UINT32
19 EFIAPI
20 TimerBase (
21 IN UINTN Timer
22 );
23
24 UINTN
25 EFIAPI
26 InterruptVectorForTimer (
27 IN UINTN TImer
28 );
29
30 UINT32
31 EFIAPI
32 UartBase (
33 IN UINTN Uart
34 );
35
36
37 #endif // __OMAPLIB_H__
38