aboutsummaryrefslogtreecommitdiff
path: root/board-js2x/slof/helper.fs
diff options
context:
space:
mode:
Diffstat (limited to 'board-js2x/slof/helper.fs')
-rw-r--r--board-js2x/slof/helper.fs17
1 files changed, 17 insertions, 0 deletions
diff --git a/board-js2x/slof/helper.fs b/board-js2x/slof/helper.fs
new file mode 100644
index 0000000..4c36a45
--- /dev/null
+++ b/board-js2x/slof/helper.fs
@@ -0,0 +1,17 @@
+\ *****************************************************************************
+\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * All rights reserved.
+\ * This program and the accompanying materials
+\ * are made available under the terms of the BSD License
+\ * which accompanies this distribution, and is available at
+\ * http://www.opensource.org/licenses/bsd-license.php
+\ *
+\ * Contributors:
+\ * IBM Corporation - initial implementation
+\ ****************************************************************************/
+
+: slof-build-id ( -- str len )
+ flash-header 10 + a
+;
+
+: slof-revision s" 001" ;