CloverBootloader/rEFIt_UEFI/entry_scan/loader.h

17 lines
175 B
C
Raw Normal View History

2020-04-11 08:21:06 +02:00
/*
* common.h
*
* Created on: 10 Apr 2020
* Author: jief
*/
#ifndef LOADER_H_
#define LOADER_H_
UINT8 GetOSTypeFromPath (IN CONST CHAR16 *Path);
#endif