aboutsummaryrefslogtreecommitdiffstats
path: root/lab4/RTDSP/Debug/dsp_bios_cfg.h
diff options
context:
space:
mode:
authorunknown <dm2515@eews303a-028.ic.ac.uk>2018-01-25 15:42:21 +0000
committerunknown <dm2515@eews303a-028.ic.ac.uk>2018-01-25 15:42:21 +0000
commitef69ae72e9163f0e4caedbf682f84510be8771f1 (patch)
tree36b532de84b6ea4ea1eecd4a5678e54e69373f56 /lab4/RTDSP/Debug/dsp_bios_cfg.h
parent2a53d71a6c65f1ac5ae185ab09f4c9c118836dc8 (diff)
downloadNoiseSilencer-ef69ae72e9163f0e4caedbf682f84510be8771f1.tar.gz
NoiseSilencer-ef69ae72e9163f0e4caedbf682f84510be8771f1.zip
Lab 4 part 1
Diffstat (limited to 'lab4/RTDSP/Debug/dsp_bios_cfg.h')
-rw-r--r--lab4/RTDSP/Debug/dsp_bios_cfg.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/lab4/RTDSP/Debug/dsp_bios_cfg.h b/lab4/RTDSP/Debug/dsp_bios_cfg.h
new file mode 100644
index 0000000..616731f
--- /dev/null
+++ b/lab4/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" */