TianoCore EDK2 master
Loading...
Searching...
No Matches
IScsiAuthenticationInfo.c
Go to the documentation of this file.
1
10#include "IScsiImpl.h"
11
12EFI_AUTHENTICATION_INFO_PROTOCOL gIScsiAuthenticationInfo = {
15};
16
31EFIAPI
34 IN EFI_HANDLE ControllerHandle,
35 OUT VOID **Buffer
36 )
37{
38 return EFI_DEVICE_ERROR;
39}
40
53EFIAPI
56 IN EFI_HANDLE ControllerHandle,
57 IN VOID *Buffer
58 )
59{
60 return EFI_UNSUPPORTED;
61}
EFI_STATUS EFIAPI IScsiGetAuthenticationInfo(IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, OUT VOID **Buffer)
EFI_STATUS EFIAPI IScsiSetAuthenticationInfo(IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN VOID *Buffer)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33