mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
api to get the fault code as per set proto
This commit is contained in:
parent
bb04af701a
commit
6dca8ed34d
2 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ LIST_HEAD(list_enabled_lw_notify);
|
|||
unsigned char dmcli_timetrack = 0;
|
||||
unsigned char dmcli_evaluatetest = 0;
|
||||
|
||||
static int usp_fault_map(int fault)
|
||||
int usp_fault_map(int fault)
|
||||
{
|
||||
int usp_fault;
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ int dm_entry_reload_enabled_notify(unsigned int dm_type, unsigned int amd_versio
|
|||
int adm_entry_get_linker_param(struct dmctx *ctx, char *param, char *linker, char **value);
|
||||
int adm_entry_get_linker_value(struct dmctx *ctx, char *param, char **value);
|
||||
int dm_entry_restart_services(void);
|
||||
int usp_fault_map(int fault);
|
||||
#ifdef BBF_TR064
|
||||
int dm_entry_upnp_restart_services(void);
|
||||
void dm_upnp_apply_config(void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue