| /****************************************************************************** | |
| *(C) Copyright 2015 Marvell International Ltd. | |
| * All Rights Reserved | |
| ******************************************************************************/ | |
| #ifndef __CHL_NETWORK__ | |
| #define __CHL_NETWORK__ | |
| #include "chl_db.h" | |
| int chl_network_register(void); | |
| int chl_network_reload(void); | |
| int chl_network_ifup(struct chl_pdp *pdp); | |
| int chl_network_ifdown(struct chl_pdp *pdp); | |
| #endif |