0
0
mirror of https://github.com/edk2-porting/edk2-msm synced 2025-05-14 03:52:17 +00:00
Files
2024-01-15 10:40:52 +08:00

8 lines
143 B
C

#ifndef _PLATFORM_UTILS_H_
#define _PLATFORM_UTILS_H_
#include <Library/PcdLib.h>
VOID PlatformInitialize();
#endif /* _PLATFORM_UTILS_H_ */