blob: e2ee1d6f98728660c221766165cea03224794e17 [file] [log] [blame]
/******************************************************************************
*(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