summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net')
-rw-r--r--src/drivers/net/thunderxcfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/thunderxcfg.h b/src/drivers/net/thunderxcfg.h
index 661175862..235c54319 100644
--- a/src/drivers/net/thunderxcfg.h
+++ b/src/drivers/net/thunderxcfg.h
@@ -203,9 +203,9 @@ EFI_STATUS
///
/// Protocol structure
///
-typedef struct _EFI_THUNDER_CONFIG_PROTOCOL {
+struct _EFI_THUNDER_CONFIG_PROTOCOL {
EFI_THUNDER_CONFIG_PROTOCOL_GET_CONFIG GetConfig;
BOARD_CFG* BoardConfig;
-} EFI_THUNDER_CONFIG_PROTOCOL;
+};
#endif /* _THUNDERXCFG_H */