X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FArm%2FProcessorBind.h;h=cc763b396b53b745586f8496c1fd14df840c67bb;hb=02eef553114dea1e4d55071e91398a0625e4e18c;hp=8207044684d7743db0c73ed57614dd717a88cadb;hpb=068a82fc5ae8f4186da92db8ba2aa3dcd1ef2d14;p=mirror_edk2.git diff --git a/MdePkg/Include/Arm/ProcessorBind.h b/MdePkg/Include/Arm/ProcessorBind.h index 8207044684..cc763b396b 100644 --- a/MdePkg/Include/Arm/ProcessorBind.h +++ b/MdePkg/Include/Arm/ProcessorBind.h @@ -158,6 +158,10 @@ typedef INT32 INTN; **/ #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) +#ifndef __USER_LABEL_PREFIX__ +#define __USER_LABEL_PREFIX__ +#endif + #endif