TianoCore EDK2 master
Loading...
Searching...
No Matches
ScmiDxe.h
Go to the documentation of this file.
1
12#ifndef SCMI_DXE_H_
13#define SCMI_DXE_H_
14
15#include "ScmiPrivate.h"
16
17#define MAX_VENDOR_LEN SCMI_MAX_STR_LEN
18
26typedef
29 IN EFI_HANDLE *Handle
30 );
31
32typedef struct {
33 SCMI_PROTOCOL_ID Id; // Protocol Id.
34 SCMI_PROTOCOL_INIT_FXN InitFn; // Protocol init function.
36
37#endif /* SCMI_DXE_H_ */
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * SCMI_PROTOCOL_INIT_FXN)(IN EFI_HANDLE *Handle)
Definition: ScmiDxe.h:28
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33