diff options
Diffstat (limited to 'Omap35xxPkg/Include/Library/OmapLib.h')
-rw-r--r-- | Omap35xxPkg/Include/Library/OmapLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Omap35xxPkg/Include/Library/OmapLib.h b/Omap35xxPkg/Include/Library/OmapLib.h index 80e5e0d2cb..ec14603ccd 100644 --- a/Omap35xxPkg/Include/Library/OmapLib.h +++ b/Omap35xxPkg/Include/Library/OmapLib.h @@ -15,13 +15,13 @@ #ifndef __OMAPLIB_H__
#define __OMAPLIB_H__
-UINT32
+UINT32
EFIAPI
GpioBase (
IN UINTN Port
);
-UINT32
+UINT32
EFIAPI
TimerBase (
IN UINTN Timer
|