You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _PARA_H
|
|
#define _PARA_H
|
|
|
|
#include "common.h"
|
|
|
|
#define ysp_cfg_file "/usr_app/ysp_cfg.ini"
|
|
|
|
|
|
int LoadAllPara(YSP_PARA *para_ptr);
|
|
|
|
#define INI_DEBUG
|
|
|
|
#endif
|
|
|