TianoCore EDK2 master
VmTdExitHandler.h
Go to the documentation of this file.
1
8#ifndef VMTD_EXIT_HANDLER_H_
9#define VMTD_EXIT_HANDLER_H_
10
11#include <Base.h>
12#include <Uefi.h>
13
25EFIAPI
27 IN UINT64 Eax,
28 IN UINT64 Ecx,
29 OUT VOID *Results
30 );
31
32#endif
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:28
EFI_STATUS EFIAPI TdVmCallCpuid(IN UINT64 Eax, IN UINT64 Ecx, OUT VOID *Results)