CloverBootloader/rEFIt_UEFI/entry_scan/loader.h
2020-04-11 09:21:06 +03:00

17 lines
175 B
C

/*
* common.h
*
* Created on: 10 Apr 2020
* Author: jief
*/
#ifndef LOADER_H_
#define LOADER_H_
UINT8 GetOSTypeFromPath (IN CONST CHAR16 *Path);
#endif