TianoCore EDK2 master
Loading...
Searching...
No Matches
PrmMmio.h
Go to the documentation of this file.
1
10#ifndef PRM_MMIO_H_
11#define PRM_MMIO_H_
12
13#include <Uefi.h>
14
15#pragma pack(push, 1)
16
22typedef struct {
23 EFI_PHYSICAL_ADDRESS PhysicalBaseAddress;
24 EFI_PHYSICAL_ADDRESS VirtualBaseAddress;
25 UINT32 Length;
27
32typedef struct {
36 UINT64 Count;
42
43#pragma pack(pop)
44
45#endif
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50