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