diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
commit | 99a7e12f34b3661a0d1354eef83a0eef4df5e34c (patch) | |
tree | 3560aca9ca86792f9ab7bd87861ea143a1b3c7a3 /drivers/sbus/char/sunmouse.h | |
parent | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (diff) |
Merge with Linux 2.3.38.
Diffstat (limited to 'drivers/sbus/char/sunmouse.h')
-rw-r--r-- | drivers/sbus/char/sunmouse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sbus/char/sunmouse.h b/drivers/sbus/char/sunmouse.h index 78d9eb73c..a0174eafa 100644 --- a/drivers/sbus/char/sunmouse.h +++ b/drivers/sbus/char/sunmouse.h @@ -1,4 +1,4 @@ -/* $Id: sunmouse.h,v 1.1 1997/08/28 02:23:38 ecd Exp $ +/* $Id: sunmouse.h,v 1.2 1999/11/19 09:56:34 davem Exp $ * sunmouse.h: Interface to the SUN mouse driver. * * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be) @@ -8,6 +8,6 @@ #define _SPARC_SUNMOUSE_H 1 extern void sun_mouse_zsinit(void); -extern void sun_mouse_inbyte(unsigned char); +extern void sun_mouse_inbyte(unsigned char, int); #endif /* !(_SPARC_SUNMOUSE_H) */ |