Subversion Repositories shark

Rev

Rev 170 | Rev 175 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
170 giacomo 1
#ifndef __FG_H__
2
#define __FG_H__
3
 
4
int FG_init(unsigned int period, unsigned int wcet, unsigned int width, unsigned int height);
5
void FG_close(void);
6
void * FG_getbuffer(void);
173 giacomo 7
void dFG_set_hook(void *funptr);
170 giacomo 8
 
9
#endif