This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ serialio_write(__attribute__((__unused__)) SERIAL_IO_INTERFACE *This,
55
55
}
56
56
57
57
static EFIAPI EFI_STATUS
58
- serialio_set_attributes (__attribute__((__unused__ )) struct _SERIAL_IO_INTERFACE * This ,
58
+ serialio_set_attributes (__attribute__((__unused__ )) SERIAL_IO_INTERFACE * This ,
59
59
__attribute__((__unused__ )) UINT64 BaudRate ,
60
60
__attribute__((__unused__ )) UINT32 ReceiveFifoDepth ,
61
61
__attribute__((__unused__ )) UINT32 Timeout ,
@@ -67,14 +67,14 @@ serialio_set_attributes(__attribute__((__unused__)) struct _SERIAL_IO_INTERFACE
67
67
}
68
68
69
69
static EFIAPI EFI_STATUS
70
- serialio_set_control (__attribute__((__unused__ )) struct _SERIAL_IO_INTERFACE * This ,
70
+ serialio_set_control (__attribute__((__unused__ )) SERIAL_IO_INTERFACE * This ,
71
71
__attribute__((__unused__ )) UINT32 Control )
72
72
{
73
73
return EFI_UNSUPPORTED ;
74
74
}
75
75
76
76
static EFIAPI EFI_STATUS
77
- serialio_get_control (__attribute__((__unused__ )) struct _SERIAL_IO_INTERFACE * This ,
77
+ serialio_get_control (__attribute__((__unused__ )) SERIAL_IO_INTERFACE * This ,
78
78
__attribute__((__unused__ )) UINT32 * Control )
79
79
{
80
80
return EFI_UNSUPPORTED ;
You can’t perform that action at this time.
0 commit comments