© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. Last modified:
#ifndef _LINUX_ADB_MOUSE_H #define _LINUX_ADB_MOUSE_H struct mouse_status { char buttons; short dx; short dy; int ready; int active; struct wait_queue *wait; struct fasync_struct *fasyncptr; }; #endif