mirror of https://github.com/acidanthera/audk.git
14 lines
355 B
C
14 lines
355 B
C
/** @file
|
|
Wrapper header file to include <Register/Intel/SmramSaveStateMap.h> in MdePkg.
|
|
|
|
Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
**/
|
|
|
|
#ifndef __SMRAM_SAVE_STATE_MAP_H__
|
|
#define __SMRAM_SAVE_STATE_MAP_H__
|
|
|
|
#include <Register/Intel/SmramSaveStateMap.h>
|
|
|
|
#endif
|