diff options
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/netdev.h b/include/netdev.h index 751f0dab5..a7d662d75 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -70,6 +70,7 @@ int skge_initialize(bd_t *bis);  int tsi108_eth_initialize(bd_t *bis);  int uec_initialize(int index);  int uli526x_initialize(bd_t *bis); +int sh_eth_initialize(bd_t *bis);  /* Boards with PCI network controllers can call this from their board_eth_init()   * function to initialize whatever's on board. |