Subversion Repositories HelenOS

Rev

Rev 3844 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3844 Rev 3848
Line 43... Line 43...
43
 
43
 
44
static parea_t msim_parea;
44
static parea_t msim_parea;
45
static chardev_t console;
45
static chardev_t console;
46
static irq_t msim_irq;
46
static irq_t msim_irq;
47
 
47
 
48
static void msim_write(chardev_t *dev, const char ch);
48
static void msim_write(chardev_t *dev, const char ch, bool silent);
49
static void msim_enable(chardev_t *dev);
49
static void msim_enable(chardev_t *dev);
50
static void msim_disable(chardev_t *dev);
50
static void msim_disable(chardev_t *dev);
51
static char msim_do_read(chardev_t *dev);
51
static char msim_do_read(chardev_t *dev);
52
 
52
 
53
static chardev_operations_t msim_ops = {
53
static chardev_operations_t msim_ops = {