summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/Library/DebugLibFdtPL011Uart/Ram.h
blob: 8c1ef52b4dba35027174dab862a92b7d059235a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** @file
  Declare the variables that modules that can only run from RAM use for
  remembering initialization status.

  Copyright (C) Red Hat

  SPDX-License-Identifier: BSD-2-Clause-Patent
**/

#ifndef DEBUG_LIB_FDT_PL011_UART_RAM_H_
#define DEBUG_LIB_FDT_PL011_UART_RAM_H_

#include <Base.h>

extern UINTN          mDebugLibFdtPL011UartAddress;
extern RETURN_STATUS  mDebugLibFdtPL011UartPermanentStatus;

#endif