blob: f308ff7429cdecffd922fd2818548c2e9b062a2a [file] [log] [blame]
Ronak Kanabar1ae366f2023-06-07 01:21:56 +05301/** @file
2 Wrapper header file to include <Register/Intel/Microcode.h> in MdePkg.
3
4 Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6**/
7
8#ifndef __MICROCODE_H__
9#define __MICROCODE_H__
10
11#include <Register/Intel/Microcode.h>
12
13#endif