From fa21a8439f23b608448f1ce5f1f01c51a63ed258 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Jul 1998 15:17:29 +0000 Subject: New files from Ralf Corsepius . His comments: * c/src/exec/score/tools/sh - NEW DIRECTORY - contains shgen Most of it should be self-explanatory. I am a little bit concerned about host-dependent features (getopt, floating point libraries). This shouldn't disturb much now, as this tool should be compileable on all gnu-based hosts and is only applicable for the sh. But in case somebody complains, we may need to add autoconf checks or even restructurize parts of rtems (IMO, rtems needs to be restructurized - remember the "turning rtems upside down" issue). --- tools/cpu/sh/sci.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/cpu/sh/sci.h (limited to 'tools/cpu/sh/sci.h') diff --git a/tools/cpu/sh/sci.h b/tools/cpu/sh/sci.h new file mode 100644 index 0000000000..b55bbfb670 --- /dev/null +++ b/tools/cpu/sh/sci.h @@ -0,0 +1,11 @@ +#ifndef _shgen_sci_h +#define _shgen_sci_h + +#include + +extern int shgen_gensci( + FILE *file, + double Phi /* Processor frequency [Hz] */ + ); + +#endif -- cgit v1.2.3