Subversion Repositories shark

Rev

Rev 173 | Rev 177 | 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);
175 giacomo 7
void FG_set_hook(void *funptr);
170 giacomo 8
 
9
#endif