12 lines
214 B
C
12 lines
214 B
C
/*!
|
|
@file EfiPlatform.h
|
|
|
|
@brief EFI specific platform API.
|
|
|
|
@author Satoshi Tanda
|
|
|
|
@copyright Copyright (c) 2020 - , Satoshi Tanda. All rights reserved.
|
|
*/
|
|
#pragma once
|
|
#include "../../Platform.h"
|