summaryrefslogblamecommitdiffstats
path: root/tools/cpu/sh/sci.h
blob: b55bbfb670345ffdf96c538fe3da840935d2c095 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                  
#ifndef _shgen_sci_h
#define _shgen_sci_h

#include <stdio.h>

extern int shgen_gensci(
  FILE		*file,
  double	Phi /* Processor frequency [Hz] */
  );

#endif