12 lines
271 B
C
12 lines
271 B
C
/*!
|
|
@file EfiHostInitialization.h
|
|
|
|
@brief EFI specific implementation of host environment initialization.
|
|
|
|
@author Satoshi Tanda
|
|
|
|
@copyright Copyright (c) 2020 - , Satoshi Tanda. All rights reserved.
|
|
*/
|
|
#pragma once
|
|
#include "../../HostInitialization.h"
|