aboutsummaryrefslogtreecommitdiffstats
path: root/lab5/RTDSP/Debug/dsp_bios_cfg.h
diff options
context:
space:
mode:
authorDivyansh Manocha <dan12n@users.noreply.github.com>2018-02-23 15:04:55 +0000
committerGitHub <noreply@github.com>2018-02-23 15:04:55 +0000
commitda6b455dc35d1f9db153f1a7258549cd8e23f6b2 (patch)
treeb1792ad19d0cc4bab319e69cc7da2e9a636f0f1a /lab5/RTDSP/Debug/dsp_bios_cfg.h
parent391804c59409788a1b38f43dfb33797b6225d06c (diff)
downloadNoiseSilencer-da6b455dc35d1f9db153f1a7258549cd8e23f6b2.tar.gz
NoiseSilencer-da6b455dc35d1f9db153f1a7258549cd8e23f6b2.zip
Adding lab5
Diffstat (limited to 'lab5/RTDSP/Debug/dsp_bios_cfg.h')
-rw-r--r--lab5/RTDSP/Debug/dsp_bios_cfg.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/lab5/RTDSP/Debug/dsp_bios_cfg.h b/lab5/RTDSP/Debug/dsp_bios_cfg.h
new file mode 100644
index 0000000..616731f
--- /dev/null
+++ b/lab5/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" */