TianoCore EDK2 master
Loading...
Searching...
No Matches
VirtioMmioDeviceLib.h
Go to the documentation of this file.
1
11#ifndef _VIRTIO_MMIO_DEVICE_LIB_H_
12#define _VIRTIO_MMIO_DEVICE_LIB_H_
13
38 IN PHYSICAL_ADDRESS BaseAddress,
39 IN EFI_HANDLE Handle
40 );
41
57 IN EFI_HANDLE Handle
58 );
59
60#endif // _VIRTIO_MMIO_DEVICE_LIB_H_
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33
EFI_STATUS VirtioMmioUninstallDevice(IN EFI_HANDLE Handle)
EFI_STATUS VirtioMmioInstallDevice(IN PHYSICAL_ADDRESS BaseAddress, IN EFI_HANDLE Handle)