summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc64/shared/include/asm.h')
-rw-r--r--c/src/lib/libbsp/sparc64/shared/include/asm.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc64/shared/include/asm.h b/c/src/lib/libbsp/sparc64/shared/include/asm.h
new file mode 100644
index 0000000000..dbc8ec1699
--- /dev/null
+++ b/c/src/lib/libbsp/sparc64/shared/include/asm.h
@@ -0,0 +1,15 @@
+/*
+ * asm.h
+ *
+ * Copyright 2010 Gedare Bloom
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+
+extern void halt( void );
+