CloverBootloader/rEFIt_UEFI/Platform/CloverVersion.h

27 lines
534 B
C++

/*
* CloverVersion.h
*
* Created on: Apr 26, 2021
* Author: jief
*/
#ifndef PLATFORM_CLOVERVERSION_H_
#define PLATFORM_CLOVERVERSION_H_
#include "../cpp_foundation/XString.h"
extern CONST CHAR16 *gFirmwareRevision;
extern CONST CHAR8* gRevisionStr;
extern CONST CHAR8* gFirmwareBuildDate;
extern CONST CHAR8* gBuildInfo;
extern const LString8 gBuildId;
extern const LString8 path_independant;
extern const LString8 gBuildIdGrepTag;
class CloverVersion
{
};
#endif /* PLATFORM_CLOVERVERSION_H_ */