blob: e2ee1d6f98728660c221766165cea03224794e17 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001
2/******************************************************************************
3*(C) Copyright 2015 Marvell International Ltd.
4* All Rights Reserved
5******************************************************************************/
6
7#ifndef __CHL_NETWORK__
8#define __CHL_NETWORK__
9
10#include "chl_db.h"
11
12int chl_network_register(void);
13int chl_network_reload(void);
14int chl_network_ifup(struct chl_pdp *pdp);
15int chl_network_ifdown(struct chl_pdp *pdp);
16
17#endif