Ignore:
Timestamp:
2011-07-13T22:39:18Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6910c8
Parents:
5974661 (diff), 8ecef91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips64/include/drivers/msim.h

    r5974661 re4f8c77  
    11/*
    2  * Copyright (c) 2009 Jiri Svoboda
     2 * Copyright (c) 2005 Ondrej Palkovsky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup mouse
    30  * @brief
     29/** @addtogroup mips64
    3130 * @{
    3231 */
     
    3433 */
    3534
    36 #ifndef CHAR_MOUSE_H_
    37 #define CHAR_MOUSE_H_
     35#ifndef KERN_mips64_MSIM_H_
     36#define KERN_mips64_MSIM_H_
    3837
    39 extern void mouse_handle_byte(int);
    40 extern void mouse_ev_btn(int button, int press);
    41 extern void mouse_ev_move(int dx, int dy);
     38/** Address of devices. */
     39#define MSIM_VIDEORAM     0xffffffff90000000
     40#define MSIM_KBD_ADDRESS  0xffffffff90000000
     41#define MSIM_KBD_IRQ      2
    4242
    4343#endif
    4444
    45 /**
    46  * @}
     45/** @}
    4746 */
Note: See TracChangeset for help on using the changeset viewer.