diff options
author | Chen Fan <chen.fan.fnst@cn.fujitsu.com> | 2014-11-13 18:26:13 +0000 |
---|---|---|
committer | jljusten <jljusten@Edk2> | 2014-11-13 18:26:13 +0000 |
commit | 003973d98cf1ef84ab810cb4f3870acd3a7f40a6 (patch) | |
tree | 25b47062de9f0074835fd57c9b37523c2b200c8a /UefiCpuPkg/CpuDxe/CpuMp.h | |
parent | e343f8f7b35a400bb1d6e0edd7dddc53dd9e436d (diff) | |
download | edk2-003973d98cf1ef84ab810cb4f3870acd3a7f40a6.tar.gz edk2-003973d98cf1ef84ab810cb4f3870acd3a7f40a6.tar.bz2 edk2-003973d98cf1ef84ab810cb4f3870acd3a7f40a6.zip |
UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16352 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuDxe/CpuMp.h')
-rw-r--r-- | UefiCpuPkg/CpuDxe/CpuMp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuMp.h b/UefiCpuPkg/CpuDxe/CpuMp.h index e28f162f53..157ac36c48 100644 --- a/UefiCpuPkg/CpuDxe/CpuMp.h +++ b/UefiCpuPkg/CpuDxe/CpuMp.h @@ -15,6 +15,8 @@ #ifndef _CPU_MP_H_
#define _CPU_MP_H_
+#include <Protocol/MpService.h>
+
/**
Initialize Multi-processor support.
|