Last change
on this file since 105670 was 105670, checked in by vboxsync, 4 months ago |
Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
417 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Declare the variables that modules that can only run from RAM use for
|
---|
3 | remembering initialization status.
|
---|
4 |
|
---|
5 | Copyright (C) Red Hat
|
---|
6 |
|
---|
7 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | **/
|
---|
9 |
|
---|
10 | #ifndef DEBUG_LIB_FDT_PL011_UART_RAM_H_
|
---|
11 | #define DEBUG_LIB_FDT_PL011_UART_RAM_H_
|
---|
12 |
|
---|
13 | #include <Base.h>
|
---|
14 |
|
---|
15 | extern UINTN mDebugLibFdtPL011UartAddress;
|
---|
16 | extern RETURN_STATUS mDebugLibFdtPL011UartPermanentStatus;
|
---|
17 |
|
---|
18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.