From 6c22e02b2b9c645178f2f9351d9053d530caeb21 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Jan 2018 17:45:27 +0000 Subject: Added lab2 and lab3 --- lab3/RTDSP/Debug/dsp_bios_cfg.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lab3/RTDSP/Debug/dsp_bios_cfg.h (limited to 'lab3/RTDSP/Debug/dsp_bios_cfg.h') diff --git a/lab3/RTDSP/Debug/dsp_bios_cfg.h b/lab3/RTDSP/Debug/dsp_bios_cfg.h new file mode 100644 index 0000000..616731f --- /dev/null +++ b/lab3/RTDSP/Debug/dsp_bios_cfg.h @@ -0,0 +1,29 @@ +/* Do *not* directly modify this file. It was */ +/* generated by the Configuration Tool; any */ +/* changes risk being overwritten. */ + +/* INPUT dsp_bios_.cdb */ + +/* Include Header Files */ +#include +#include +#include +#include +#include +#include + +#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; + + +#ifdef __cplusplus +} +#endif /* extern "C" */ -- cgit