TianoCore EDK2 master
Loading...
Searching...
No Matches
Tpm12DeviceLib.h
Go to the documentation of this file.
1
9#ifndef _TPM12_DEVICE_LIB_H_
10#define _TPM12_DEVICE_LIB_H_
11
13
27EFIAPI
29 IN UINT32 InputParameterBlockSize,
30 IN UINT8 *InputParameterBlock,
31 IN OUT UINT32 *OutputParameterBlockSize,
32 IN UINT8 *OutputParameterBlock
33 );
34
43EFIAPI
45 VOID
46 );
47
48#endif
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS EFIAPI Tpm12RequestUseTpm(VOID)
Definition: Tpm12Tis.c:555
EFI_STATUS EFIAPI Tpm12SubmitCommand(IN UINT32 InputParameterBlockSize, IN UINT8 *InputParameterBlock, IN OUT UINT32 *OutputParameterBlockSize, IN UINT8 *OutputParameterBlock)
Definition: Tpm12Tis.c:453
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29