4.104.114.84.95
Last change
on this file since fa21a843 was
fa21a843,
checked in by Joel Sherrill <joel.sherrill@…>, on 07/17/98 at 15:17:29
|
New files from Ralf Corsepius <corsepiu@…>. 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).
|
-
Property mode set to
100644
|
File size:
160 bytes
|
Rev | Line | |
---|
[fa21a843] | 1 | #ifndef _shgen_sci_h |
---|
| 2 | #define _shgen_sci_h |
---|
| 3 | |
---|
| 4 | #include <stdio.h> |
---|
| 5 | |
---|
| 6 | extern int shgen_gensci( |
---|
| 7 | FILE *file, |
---|
| 8 | double Phi /* Processor frequency [Hz] */ |
---|
| 9 | ); |
---|
| 10 | |
---|
| 11 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.