aboutsummaryrefslogtreecommitdiff
path: root/mdep.S
diff options
context:
space:
mode:
Diffstat (limited to 'mdep.S')
-rw-r--r--mdep.S18
1 files changed, 18 insertions, 0 deletions
diff --git a/mdep.S b/mdep.S
new file mode 100644
index 0000000..ebaedf8
--- /dev/null
+++ b/mdep.S
@@ -0,0 +1,18 @@
+/************************************************************************/
+/* */
+/* File: mdep.S */
+/* Description: machine dependent code */
+/* Version: 1.0 */
+/* Author: Otto Mattik */
+/* */
+/* (C)Copyright Otto Mattik 2014-2021. */
+/* */
+/* This file is a part of 'armen' (a tiny operating system). */
+/* 'armen' is distributed under the CeCILL-V2.1 licence. For more */
+/* details about this licence, please visit the website cecill.info */
+/* */
+/************************************************************************/
+
+#ifdef __AVR_ARCH__
+ #include "avr/core.S"
+#endif