mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-05-14 03:52:17 +00:00
8 lines
143 B
C
8 lines
143 B
C
#ifndef _PLATFORM_UTILS_H_
|
|
#define _PLATFORM_UTILS_H_
|
|
|
|
#include <Library/PcdLib.h>
|
|
|
|
VOID PlatformInitialize();
|
|
|
|
#endif /* _PLATFORM_UTILS_H_ */ |