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

bsp_info_access.h (677B)


      1 /* 
      2  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      3  * 
      4  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      5 */
      6 #ifndef BSP_INFO_ACCESS_H_INCLUDED
      7 /* { */
      8 #define BSP_INFO_ACCESS_H_INCLUDED
      9 
     10 #ifdef  __cplusplus
     11 extern "C" {
     12 #endif
     13 
     14 /*************
     15  * INCLUDES  *
     16  */
     17 
     18  /*************
     19  * DEFINES   *
     20  */
     21 
     22 /*************
     23  * TYPEDEFS  *
     24  */
     25 
     26 /*************
     27  * FUNCTIONS *
     28  */
     29 
     30 /*
     31  * gets the requested FE base address, according to its index (fe_idx).
     32  * the index starts with 0.
     33  */
     34 unsigned long bsp_get_fe_base_addr(unsigned int fe_idx);
     35 
     36 
     37 
     38 #ifdef  __cplusplus
     39 }
     40 #endif
     41 
     42 /* } */
     43 #endif