summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ipf
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-27 02:48:59 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-27 02:48:59 +0000
commit24a7505cefd6dbb73bcdf2778f4e59095780aa50 (patch)
treef92f65cb99cbe387e0c38278f494b6e87082dec5 /MdePkg/Include/Ipf
parentb74350e9562f0ad4400afdbc2a157d66f55fb113 (diff)
downloadedk2-24a7505cefd6dbb73bcdf2778f4e59095780aa50.tar.gz
edk2-24a7505cefd6dbb73bcdf2778f4e59095780aa50.tar.bz2
edk2-24a7505cefd6dbb73bcdf2778f4e59095780aa50.zip
Add FUNCTION_ENTRY_POINT macro
Update DxeDebugLibSerialPort to have a module type of BASE git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4328 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ipf')
-rw-r--r--MdePkg/Include/Ipf/ProcessorBind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h
index 6faddab555..9bce825cbe 100644
--- a/MdePkg/Include/Ipf/ProcessorBind.h
+++ b/MdePkg/Include/Ipf/ProcessorBind.h
@@ -235,5 +235,7 @@ typedef struct {
UINT64 r11;
} PAL_CALL_RETURN;
+#define FUNCTION_ENTRY_POINT(p) (((EFI_PLABEL *)(p))->EntryPoint)
+
#endif