From ff74b34b42cb5c493d6b477aaec8456047da5f87 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Sun, 7 Oct 2018 04:33:03 +0300 Subject: [PATCH] Externalise ProcessorInfo --- {Library/OcCpuLib => Include}/ProcessorInfo.h | 0 Library/OcCpuLib/OcCpuLib.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {Library/OcCpuLib => Include}/ProcessorInfo.h (100%) diff --git a/Library/OcCpuLib/ProcessorInfo.h b/Include/ProcessorInfo.h similarity index 100% rename from Library/OcCpuLib/ProcessorInfo.h rename to Include/ProcessorInfo.h diff --git a/Library/OcCpuLib/OcCpuLib.c b/Library/OcCpuLib/OcCpuLib.c index 74f4c889..c07bd6c6 100755 --- a/Library/OcCpuLib/OcCpuLib.c +++ b/Library/OcCpuLib/OcCpuLib.c @@ -34,7 +34,7 @@ #include -#include "ProcessorInfo.h" +#include // OcCpuScanProcessor /** Scan the processor and fill the cpu info structure with results