Subversion Repositories shark

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __FG_H__
#define __FG_H__

int FG_init(unsigned int period, unsigned int wcet, unsigned int width, unsigned int height);
void FG_close(void);
void * FG_getbuffer(void);

#endif