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
This commit is contained in:
mdkinney
2007-11-27 02:48:59 +00:00
parent b74350e956
commit 24a7505cef
5 changed files with 9 additions and 1 deletions

View File

@@ -79,5 +79,7 @@ typedef unsigned long UINTN;
//
#define GLOBAL_REMOVE_IF_UNREFERENCED
#define FUNCTION_ENTRY_POINT(p) (p)
#endif