Skip to content

Commit

Permalink
net/txgbe: add EEPROM functions
Browse files Browse the repository at this point in the history
Add EEPROM functions.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
Jiawen Wu authored and Ferruh Yigit committed Nov 3, 2020
1 parent def7714 commit 35c90ec
Show file tree
Hide file tree
Showing 9 changed files with 1,258 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/txgbe/base/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Copyright(c) 2015-2020

sources = [
'txgbe_eeprom.c',
'txgbe_hw.c',
'txgbe_mng.c',
]

error_cflags = []
Expand Down
2 changes: 2 additions & 0 deletions drivers/net/txgbe/base/txgbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#define _TXGBE_H_

#include "txgbe_type.h"
#include "txgbe_mng.h"
#include "txgbe_eeprom.h"
#include "txgbe_hw.h"

#endif /* _TXGBE_H_ */
Loading

0 comments on commit 35c90ec

Please sign in to comment.