OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68k/] [amigamouse.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
#ifndef _ASMm68k_AMIGAMOUSE_H
#ifndef _ASMm68k_AMIGAMOUSE_H
#define _ASMm68k_AMIGAMOUSE_H
#define _ASMm68k_AMIGAMOUSE_H
 
 
/*
/*
 *  linux/include/asm-m68k/amigamouse.h: header file for Amiga Mouse driver
 *  linux/include/asm-m68k/amigamouse.h: header file for Amiga Mouse driver
 *  by Michael Rausch
 *  by Michael Rausch
 */
 */
 
 
/*
/*
#define MSE_INT_OFF()   outb(MSE_DISABLE_INTERRUPTS, MSE_CONTROL_PORT)
#define MSE_INT_OFF()   outb(MSE_DISABLE_INTERRUPTS, MSE_CONTROL_PORT)
#define MSE_INT_ON()    outb(MSE_ENABLE_INTERRUPTS, MSE_CONTROL_PORT)
#define MSE_INT_ON()    outb(MSE_ENABLE_INTERRUPTS, MSE_CONTROL_PORT)
*/
*/
 
 
struct mouse_status {
struct mouse_status {
        unsigned char   buttons;
        unsigned char   buttons;
        unsigned char   latch_buttons;
        unsigned char   latch_buttons;
        int             dx;
        int             dx;
        int             dy;
        int             dy;
        int             present;
        int             present;
        int             ready;
        int             ready;
        int             active;
        int             active;
        struct wait_queue *wait;
        struct wait_queue *wait;
        struct fasync_struct *fasyncptr;
        struct fasync_struct *fasyncptr;
};
};
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.