mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
17 lines
175 B
C
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
|