Subversion Repositories HelenOS-historic

Rev

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

Rev 1287 Rev 1289
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __VESA_H__
29
#ifndef __VESA_H__
30
#define __VESA_H__
30
#define __VESA_H__
31
 
31
 
32
#define VIDEORAM_LIN_ADDR 0xA0000000
-
 
33
 
32
 
34
int vesa_present(void);
33
int vesa_present(void);
35
void vesa_init(void);
34
void vesa_init(void);
36
 
35
 
37
 
36