Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 483 → Rev 484

/shark/trunk/drivers/fb/include/drivers/shark_fb26.h
22,13 → 22,16
#define __SHARK_FB26__
 
/* Init the FB 2.6 Driver */
int FB26_init(void);
int FB26_init();
 
/* Open the FB */
/* Open FB */
int FB26_open(int num);
 
/* Close the FB */
int FB26_close(int num);
 
/* Set mode */
int FB26_setmode(int num, unsigned char *modeopt);
 
#endif