TianoCore EDK2 master
Loading...
Searching...
No Matches
CcExitTd.h
Go to the documentation of this file.
1
8#ifndef CC_EXIT_TD_H_
9#define CC_EXIT_TD_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
EFI_STATUS EFIAPI TdVmCallCpuid(IN UINT64 Eax, IN UINT64 Ecx, OUT VOID *Results)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29