summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1997-01-15 18:16:32 +0000
committersos <sos@FreeBSD.org>1997-01-15 18:16:32 +0000
commitb1f2400fbcb1d2e8a1662f0e4871f191fcbe8c43 (patch)
tree4f64526ba6c89f2b986284838d49e02d36bb36bc /sys/isa/syscons.h
parent0a608020ca8ac7086e4c8bda6632c6de3371557d (diff)
downloadFreeBSD-src-b1f2400fbcb1d2e8a1662f0e4871f191fcbe8c43.zip
FreeBSD-src-b1f2400fbcb1d2e8a1662f0e4871f191fcbe8c43.tar.gz
Upgrade the kbdio rutines to provide queued kbd & mouse events.
Minor other updates to syscons by me. Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Diffstat (limited to 'sys/isa/syscons.h')
-rw-r--r--sys/isa/syscons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h
index a9d5a04..9af7e26 100644
--- a/sys/isa/syscons.h
+++ b/sys/isa/syscons.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1995-1996 Søren Schmidt
+ * Copyright (c) 1995-1997 Søren Schmidt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -192,6 +192,6 @@ typedef struct default_attr {
void set_border(u_char color);
void set_mode(scr_stat *scp);
void copy_font(int operation, int font_type, char* font_image);
-void load_palette(void);
+void load_palette(char *palette);
#endif /* !_I386_ISA_SYSCONS_H_ */
OpenPOWER on IntegriCloud