summaryrefslogtreecommitdiff
path: root/UnixPkg/Sec/SecMain.c
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:14:35 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:14:35 +0000
commit7492c63d423201cbabc00c343cc25269bb1254c1 (patch)
treed93889cc23d790f1d14cf66da4a898125be7c39d /UnixPkg/Sec/SecMain.c
parentba31c2e08e5c3925b4c21b454ee7ee2c7366657c (diff)
downloadedk2-platforms-7492c63d423201cbabc00c343cc25269bb1254c1.tar.xz
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6301 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Sec/SecMain.c')
-rw-r--r--UnixPkg/Sec/SecMain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c
index 7ac729833e..599859e58e 100644
--- a/UnixPkg/Sec/SecMain.c
+++ b/UnixPkg/Sec/SecMain.c
@@ -133,7 +133,6 @@ SecSwitchStack (
UINT32 PermenentMemoryBase
);
-STATIC
EFI_PHYSICAL_ADDRESS *
MapMemory (
INTN fd,
@@ -141,7 +140,6 @@ MapMemory (
INTN prot,
INTN flags);
-STATIC
EFI_STATUS
MapFile (
IN CHAR8 *FileName,