Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 586558
Collapse All | Expand All

(-)a/src/drivers/net/thunderxcfg.h (-2 / +2 lines)
Lines 203-211 EFI_STATUS Link Here
203
///
203
///
204
/// Protocol structure
204
/// Protocol structure
205
///
205
///
206
typedef struct _EFI_THUNDER_CONFIG_PROTOCOL {
206
struct _EFI_THUNDER_CONFIG_PROTOCOL {
207
  EFI_THUNDER_CONFIG_PROTOCOL_GET_CONFIG GetConfig;
207
  EFI_THUNDER_CONFIG_PROTOCOL_GET_CONFIG GetConfig;
208
  BOARD_CFG* BoardConfig;
208
  BOARD_CFG* BoardConfig;
209
} EFI_THUNDER_CONFIG_PROTOCOL;
209
};
210
210
211
#endif /* _THUNDERXCFG_H */
211
#endif /* _THUNDERXCFG_H */

Return to bug 586558