TianoCore EDK2 master
Loading...
Searching...
No Matches
SuperIoControl.h
Go to the documentation of this file.
1
14#ifndef __EFI_SUPER_IO_CONTROL_PROTOCOL_H__
15#define __EFI_SUPER_IO_CONTROL_PROTOCOL_H__
16
17#define EFI_SIO_CONTROL_PROTOCOL_GUID \
18 { \
19 0xb91978df, 0x9fc1, 0x427d, { 0xbb, 0x5, 0x4c, 0x82, 0x84, 0x55, 0xca, 0x27 } \
20 }
21
24
40typedef
44 );
45
63typedef
67 );
68
73 UINT32 Version;
82};
83
84extern EFI_GUID gEfiSioControlProtocolGuid;
85
86#endif // __EFI_SUPER_IO_CONTROL_PROTOCOL_H__
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * EFI_SIO_CONTROL_ENABLE)(IN CONST EFI_SIO_CONTROL_PROTOCOL *This)
EFI_STATUS(EFIAPI * EFI_SIO_CONTROL_DISABLE)(IN CONST EFI_SIO_CONTROL_PROTOCOL *This)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
EFI_SIO_CONTROL_ENABLE EnableDevice
EFI_SIO_CONTROL_DISABLE DisableDevice
Definition: Base.h:213