Subversion Repositories HelenOS-historic

Rev

Rev 1485 | Rev 1649 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1485 Rev 1490
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef _FB_H_
29
#ifndef _FB_H_
30
#define _FB_H_
30
#define _FB_H_
31
 
31
 
32
#include <types.h>
32
int fb_init(void);
33
#include <arch/types.h>
-
 
34
 
33
 
35
#endif
34
#endif