From 05f085c9055fa5bd13bdba40fc40fb3f00d69fab Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Oct 2024 07:59:10 +0200 Subject: IMP: Fixes and improvements. Signed-off-by: Amlal --- dev/sci/sci_hint.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 dev/sci/sci_hint.h (limited to 'dev/sci/sci_hint.h') diff --git a/dev/sci/sci_hint.h b/dev/sci/sci_hint.h deleted file mode 100644 index b550bac5..00000000 --- a/dev/sci/sci_hint.h +++ /dev/null @@ -1,23 +0,0 @@ -/* ------------------------------------------- - - Copyright ZKA Web Services Co. - -------------------------------------------- */ - -#ifndef __SCI_HINT_H__ -#define __SCI_HINT_H__ - -#pragma compiler(hint_manifest) - -#define _Input -#define _Output - -#define _Optional - -#define _StrictCheckInput -#define _StrictCheckOutput - -#define _InOut -#define _StrictInOut - -#endif // ifndef __SCI_HINT_H__ -- cgit v1.2.3