aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgatables.h
diff options
context:
space:
mode:
Diffstat (limited to 'vgasrc/vgatables.h')
-rw-r--r--vgasrc/vgatables.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/vgasrc/vgatables.h b/vgasrc/vgatables.h
index 6079435..aa21108 100644
--- a/vgasrc/vgatables.h
+++ b/vgasrc/vgatables.h
@@ -162,12 +162,11 @@ struct carattr {
struct cursorpos {
u8 x, y, page;
};
-struct cursorpos get_cursor_pos(u8 page);
// vgafb.c
void clear_screen(struct vgamode_s *vmode_g);
-void biosfn_scroll(u8 nblines, u8 attr, u8 rul, u8 cul, u8 rlr, u8 clr
- , u8 page, u8 dir);
+void vgafb_scroll(int nblines, int attr
+ , struct cursorpos ul, struct cursorpos lr);
void vgafb_write_char(struct cursorpos cp, struct carattr ca);
struct carattr vgafb_read_char(struct cursorpos cp);
void biosfn_write_pixel(u8 BH, u8 AL, u16 CX, u16 DX);