summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/sh/sci.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:59:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:59:26 +0000
commite5dafccb098bb405c37ae134639885a53ae89d8e (patch)
treebe900f8348006de104ddfc033d0bb196bb7ba2ed /c/src/exec/score/tools/sh/sci.h
parentPatch to ease building MCP750 BSP. (diff)
downloadrtems-e5dafccb098bb405c37ae134639885a53ae89d8e.tar.bz2
Tools moved to top-level directory per patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/tools/sh/sci.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/exec/score/tools/sh/sci.h b/c/src/exec/score/tools/sh/sci.h
deleted file mode 100644
index b55bbfb670..0000000000
--- a/c/src/exec/score/tools/sh/sci.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _shgen_sci_h
-#define _shgen_sci_h
-
-#include <stdio.h>
-
-extern int shgen_gensci(
- FILE *file,
- double Phi /* Processor frequency [Hz] */
- );
-
-#endif