summaryrefslogtreecommitdiff
path: root/vbe.h
diff options
context:
space:
mode:
authorChristophe Bothamy <cbothamy@users.sourceforge.net>2002-03-10 16:19:08 +0000
committerChristophe Bothamy <cbothamy@users.sourceforge.net>2002-03-10 16:19:08 +0000
commitf23a39807ba901fe9b39ece451c0d048c6f21f2c (patch)
tree04f7f1f86418ab8afacb0e186acb4a3d514e0853 /vbe.h
parent39144e8a19f1bc16f2c0eaf3fd6c55ebaa7400e8 (diff)
- added vbe_has_vbe_display function that detects an attached vbe display
Diffstat (limited to 'vbe.h')
-rw-r--r--vbe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vbe.h b/vbe.h
index e8e6cc9..8bde321 100644
--- a/vbe.h
+++ b/vbe.h
@@ -7,6 +7,7 @@
*
* See the function descriptions in vbe.c for more information
*/
+Boolean vbe_has_vbe_display();
void vbe_init();
void vbe_display_info();
void vbe_biosfn_return_controller_information(AX, ES, DI);
@@ -293,4 +294,4 @@ typedef struct ModeInfoBlock
#define VBE_DISPI_LFB_PHYSICAL_ADDRESS 0xE0000000
-#endif \ No newline at end of file
+#endif