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

bcm-uk-trans.h (479B)


      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  * Provides a BCM transport driver using a User/Kernel proxy service
      8  */
      9 
     10 #ifndef __BCM_UK_TRANS_H__
     11 #define __BCM_UK_TRANS_H__
     12 
     13 #include <bcm/rx.h>
     14 
     15 extern int bcm_uk_trans_create(const char* service, int port, bcm_trans_ptr_t** trans); 
     16 
     17 #endif /* __BCM_UK_TRANS_H__ */