summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960/startup/sctns.h')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/sctns.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h b/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h
deleted file mode 100644
index acf78dcf3b..0000000000
--- a/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*-------------------------------------*/
-/* sctns.h */
-/* Last change : 10.10.94 */
-/*-------------------------------------*/
-/*
- * $Id$
- */
-
-#ifndef _SCTNS_H_
-#define _SCTNS_H_
-
- /* Copy all code into SRAM.
- * Fault Table and Fault Handler stays in EPROM to not be
- * destroyed by a buggy user program. Beyond that only
- * monitor Start point and procedures to copy code
- * into RAM will be relocated in ROM.
- */
-extern void copyCodeToRam(void);
- /* Zero uninitialized section.
- */
-extern void zeroBss(void);
-
- /* Some relocation symbols. These
- * symbols are defined in rom.ld.
- */
-extern unsigned int codeRomStart[];
-extern unsigned int codeRamStart[];
-extern unsigned int codeRamEnd[];
-
-extern unsigned int bssStart[];
-extern unsigned int bssEnd[];
-
-#endif
-/*-------------*/
-/* End of file */
-/*-------------*/