aboutsummaryrefslogtreecommitdiffstats
path: root/lab3/RTDSP/Debug/dsp_bios_cfg.h
diff options
context:
space:
mode:
authorunknown <dm2515@eews303a-042.ic.ac.uk>2018-01-16 17:45:27 +0000
committerunknown <dm2515@eews303a-042.ic.ac.uk>2018-01-16 17:45:27 +0000
commit6c22e02b2b9c645178f2f9351d9053d530caeb21 (patch)
tree8d3dd8c25e26a10c38205644ce3d1a33ea30a785 /lab3/RTDSP/Debug/dsp_bios_cfg.h
parent24db337dfc71af9ac3428f16149f170c254b21e4 (diff)
downloadNoiseSilencer-6c22e02b2b9c645178f2f9351d9053d530caeb21.tar.gz
NoiseSilencer-6c22e02b2b9c645178f2f9351d9053d530caeb21.zip
Added lab2 and lab3
Diffstat (limited to 'lab3/RTDSP/Debug/dsp_bios_cfg.h')
-rw-r--r--lab3/RTDSP/Debug/dsp_bios_cfg.h29
1 files changed, 29 insertions, 0 deletions
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 <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;
+
+
+#ifdef __cplusplus
+}
+#endif /* extern "C" */