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

linux_shbde.h (442B)


      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 
      8 #ifndef __LINUX_SHBDE_H__
      9 #define __LINUX_SHBDE_H__
     10 
     11 #include <shbde.h>
     12 #include <shbde_pci.h>
     13 #include <shbde_iproc.h>
     14 
     15 extern int
     16 linux_shbde_hal_init(shbde_hal_t *shbde, shbde_log_func_t log_func);
     17 
     18 #endif /* __LINUX_SHBDE_H__ */