upiwin/src/fbinit.h

8 lines
148 B
C
Raw Normal View History

2019-12-01 18:53:54 -07:00
#ifndef __FBINIT_H_INCLUDED
#define __FBINIT_H_INCLUDED
extern int Fb_setup(void);
extern void Fb_cleanup(void);
#endif /* __FBINIT_H_INCLUDED */