Changeset 99495b6 in mainline


Ignore:
Timestamp:
2009-03-12T18:06:11Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b76e51d
Parents:
e2d97d7
Message:

remove platform-dependent msim keyboard/console driver symbols
whitespace changes

File:
1 edited

Legend:

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

    re2d97d7 r99495b6  
    2727 */
    2828
    29 /** @addtogroup mips32 
     29/** @addtogroup mips32
    3030 * @{
    3131 */
     
    3737
    3838/** Address of devices. */
    39 #define MSIM_VIDEORAM           0x90000000
    40 #define MSIM_KBD_ADDRESS        0x90000000
    41 #define MSIM_KBD_IRQ            2
    42 
    43 #include <console/chardev.h>
    44 
    45 void msim_console(devno_t devno);
    46 void msim_kbd_release(void);
    47 void msim_kbd_grab(void);
     39#define MSIM_VIDEORAM     0x90000000
     40#define MSIM_KBD_ADDRESS  0x90000000
     41#define MSIM_KBD_IRQ      2
    4842
    4943#endif
Note: See TracChangeset for help on using the changeset viewer.