8 lines
148 B
C
8 lines
148 B
C
|
#ifndef __FBINIT_H_INCLUDED
|
||
|
#define __FBINIT_H_INCLUDED
|
||
|
|
||
|
extern int Fb_setup(void);
|
||
|
extern void Fb_cleanup(void);
|
||
|
|
||
|
#endif /* __FBINIT_H_INCLUDED */
|