Subversion Repositories HelenOS-historic

Rev

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

Rev 1289 Rev 1310
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (C) 2006-2006 Jakub Vana
2
 * Copyright (C) 2006 Jakub Vana
3
 * All rights reserved.
3
 * All rights reserved.
4
 *
4
 *
5
 * Redistribution and use in source and binary forms, with or without
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
6
 * modification, are permitted provided that the following conditions
7
 * are met:
7
 * are met:
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
 
-
 
33
int vesa_present(void);
32
extern int vesa_present(void);
34
void vesa_init(void);
33
extern void vesa_init(void);
35
 
-
 
36
 
34
 
37
#endif
35
#endif
38
 
36
 
39
 
37
 
40
 
38