summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/plcd/inc/utest_override.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/devkit/plcd/inc/utest_override.h')
-rw-r--r--cleopatre/devkit/plcd/inc/utest_override.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/cleopatre/devkit/plcd/inc/utest_override.h b/cleopatre/devkit/plcd/inc/utest_override.h
new file mode 100644
index 0000000000..5ab0f17625
--- /dev/null
+++ b/cleopatre/devkit/plcd/inc/utest_override.h
@@ -0,0 +1,24 @@
+#ifndef INC_UTEST_OVERRIDE_H
+#define INC_UTEST_OVERRIDE_H
+/* Cleopratre project {{{
+ *
+ * Copyright (C) 2013 MStar Semiconductor
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file devkit/plcd/inc/utest_override.h
+ * \ingroup plcd
+ *
+ * XXX : THIS HEADER MUST STAY EMPTY !!
+ *
+ * This header will be override by utest to cancel some
+ * libc functions, like : fopen, syslog, etc...
+ */
+
+/****************
+ * Don't modify *
+ ****************/
+
+#endif /* INC_UTEST_OVERRIDE_H */