openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

driver.h (550B)


      1 /* 
      2  * 
      3  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4  * 
      5  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      6  *
      7  * File:        driver.h
      8  * Purpose:     
      9  */
     10 
     11 #ifndef   _BOARD_DRIVER_H_
     12 #define   _BOARD_DRIVER_H_
     13 
     14 #include <board/board.h>
     15 
     16 /* Board Registration */
     17 extern board_driver_t generic_board;
     18 extern board_driver_t default_board;
     19 extern board_driver_t bcm956504r48_board;
     20 extern board_driver_t bcm956504r24_board;
     21 
     22 #endif /* _BOARD_DRIVER_H_ */