summaryrefslogtreecommitdiffhomepage
path: root/dev/SCI/Hint.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCI/Hint.h')
-rw-r--r--dev/SCI/Hint.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev/SCI/Hint.h b/dev/SCI/Hint.h
new file mode 100644
index 00000000..c785f953
--- /dev/null
+++ b/dev/SCI/Hint.h
@@ -0,0 +1,23 @@
+/* -------------------------------------------
+
+ Copyright ZKA Technologies.
+
+------------------------------------------- */
+
+#ifndef __SCI_HINT_HXX__
+#define __SCI_HINT_HXX__
+
+#pragma compiler(hint_manifest)
+
+#define _Input
+#define _Output
+
+#define _Optional
+
+#define _StrictCheckInput
+#define _StrictCheckOutput
+
+#define _InOut
+#define _StrictInOut
+
+#endif // ifndef __SCI_HINT_HXX__