Rev 3234 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3234 | Rev 4107 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | /** @addtogroup mips32 |
29 | /** @addtogroup mips32 |
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_mips32_MSIM_H_ |
35 | #ifndef KERN_mips32_MSIM_H_ |
| 36 | #define KERN_mips32_MSIM_H_ |
36 | #define KERN_mips32_MSIM_H_ |
| 37 | 37 | ||
| 38 | /** Address of devices. */ |
38 | /** Address of devices. */ |
| 39 | #define MSIM_VIDEORAM 0x90000000 |
39 | #define MSIM_VIDEORAM 0x90000000 |
| 40 | #define MSIM_KBD_ADDRESS 0x90000000 |
40 | #define MSIM_KBD_ADDRESS 0x90000000 |
| 41 | #define MSIM_KBD_IRQ 2 |
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); |
- | |
| 48 | 42 | ||
| 49 | #endif |
43 | #endif |
| 50 | 44 | ||
| 51 | /** @} |
45 | /** @} |
| 52 | */ |
46 | */ |