diff src/start.inc @ 0:11d4fc797f74

init
author heinrichsweikamp
date Wed, 24 Apr 2013 19:22:45 +0200
parents
children 0491a84fd0b8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/start.inc	Wed Apr 24 19:22:45 2013 +0200
@@ -0,0 +1,14 @@
+;=============================================================================
+;
+;   File start.inc
+;
+;
+;   Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
+;=============================================================================
+; HISTORY
+;  2011-08-06 : [mH] moving from OSTC code
+
+	extern	restart
+	extern	restart_set_modes_and_flags
+	extern	start
+	extern	power_on_return	
\ No newline at end of file