Subversion Repositories HelenOS-historic

Rev

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

Rev 1363 Rev 1451
Line 30... Line 30...
30
#define _FB_H_
30
#define _FB_H_
31
 
31
 
32
#include <types.h>
32
#include <types.h>
33
#include <arch/types.h>
33
#include <arch/types.h>
34
 
34
 
-
 
35
#define VFB_CONNECTIONS 9
-
 
36
 
35
//void fb_init(int item,__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan);
37
//void fb_init(int item,__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan);
36
 
38
 
37
#endif
39
#endif