You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
636 B
31 lines
636 B
/* Do *not* directly modify this file. It was */
|
|
/* generated by the Configuration Tool; any */
|
|
/* changes risk being overwritten. */
|
|
|
|
/* INPUT ex1.cdb */
|
|
|
|
#define CHIP_6713 1
|
|
|
|
/* Include Header Files */
|
|
#include <std.h>
|
|
#include <hst.h>
|
|
#include <swi.h>
|
|
#include <tsk.h>
|
|
#include <log.h>
|
|
#include <sts.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern far HST_Obj RTA_fromHost;
|
|
extern far HST_Obj RTA_toHost;
|
|
extern far SWI_Obj KNL_swi;
|
|
extern far TSK_Obj TSK_idle;
|
|
extern far LOG_Obj LOG_system;
|
|
extern far STS_Obj IDL_busyObj;
|
|
extern far void CSL_cfgInit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* extern "C" */
|
|
|