mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-26 19:18:42 +02:00
18 lines
185 B
C
18 lines
185 B
C
/** @file
|
|
|
|
Copyright (c) 2024, Mikhail Krichanov. All rights reserved.
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
**/
|
|
|
|
#include "DxeMain.h"
|
|
|
|
VOID
|
|
EFIAPI
|
|
InitializeMsr (
|
|
VOID
|
|
)
|
|
{
|
|
|
|
}
|