Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2476
Line 32... Line 32...
32
 * @{
32
 * @{
33
 */
33
 */
34
/** @file
34
/** @file
35
 */
35
 */
36
 
36
 
37
#ifndef _EGA_H_
37
#ifndef FB_EGA_H_
38
#define _EGA_H_
38
#define FB_EGA_H_
39
 
39
 
40
int ega_init(void);
40
extern int ega_init(void);
41
 
41
 
42
#endif
42
#endif
43
 
43
 
44
/** @}
44
/** @}
45
 */
45
 */