Ignore:
Timestamp:
2006-10-18T09:54:13Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6fb30a1
Parents:
19de05f
Message:

mips32: update for new IRQ subsystem

File:
1 edited

Legend:

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

    r19de05f r7688b5d  
    3838#include <console/chardev.h>
    3939
    40 #define MSIM_VIDEORAM                   0xB0000000
    41 /** Address of 'keyboard' device. */
    42 #define MSIM_KBD_ADDRESS                0xB0000000
    43 #define MSIM_KBD_IRQ    2
    44 
    45 void msim_console(void);
     40void msim_console(devno_t devno);
    4641void msim_kbd_release(void);
    4742void msim_kbd_grab(void);
Note: See TracChangeset for help on using the changeset viewer.