summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/syscons.h')
-rw-r--r--sys/isa/syscons.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h
index a0df98d..100200f 100644
--- a/sys/isa/syscons.h
+++ b/sys/isa/syscons.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.h,v 1.20 1996/09/01 18:16:06 sos Exp $
+ * $Id: syscons.h,v 1.21 1996/09/30 23:00:58 sos Exp $
*/
#ifndef _I386_ISA_SYSCONS_H_
@@ -63,6 +63,7 @@
#define MOUSE_ENABLED 0x00400
#define MOUSE_MOVED 0x00800
#define MOUSE_CUTTING 0x01000
+#define MOUSE_VISIBLE 0x02000
/* configuration flags */
#define VISUAL_BELL 0x00001
@@ -185,9 +186,10 @@ typedef struct default_attr {
int rev_color; /* reverse hardware color */
} default_attr;
-void load_palette(void);
+/* misc prototypes used by different syscons related LKM's */
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);
#endif /* !_I386_ISA_SYSCONS_H_ */
OpenPOWER on IntegriCloud