Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/dev This file was forgotten in the commit wit...



details:   https://anonhg.NetBSD.org/src/rev/ba10d6d21938
branches:  trunk
changeset: 484185:ba10d6d21938
user:      leo <leo%NetBSD.org@localhost>
date:      Mon Mar 27 14:08:39 2000 +0000

description:
This file was forgotten in the commit with log message:
    Move the ite_default_* variables to ite.c. They are generic ite.

diffstat:

 sys/arch/atari/dev/itevar.h |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r b4f37bc21ecd -r ba10d6d21938 sys/arch/atari/dev/itevar.h
--- a/sys/arch/atari/dev/itevar.h       Mon Mar 27 13:06:46 2000 +0000
+++ b/sys/arch/atari/dev/itevar.h       Mon Mar 27 14:08:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: itevar.h,v 1.6 1996/10/11 20:50:37 leo Exp $   */
+/*     $NetBSD: itevar.h,v 1.7 2000/03/27 14:08:39 leo Exp $   */
 
 /*
  * Copyright (c) 1995 Leo Weppelman (Atari modifications)
@@ -172,6 +172,13 @@
 
 #ifdef _KERNEL
 
+extern int ite_default_x;
+extern int ite_default_y;
+extern int ite_default_width;
+extern int ite_default_depth;
+extern int ite_default_height;
+
+
 struct proc;
 struct consdev;
 struct termios;



Home | Main Index | Thread Index | Old Index