Subversion Repositories HelenOS

Rev

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

Rev 4094 Rev 4114
Line 66... Line 66...
66
    ns16550_t *ns16550;
66
    ns16550_t *ns16550;
67
    irq_t irq;
67
    irq_t irq;
68
    indev_t kbrdin;
68
    indev_t kbrdin;
69
} ns16550_instance_t;
69
} ns16550_instance_t;
70
 
70
 
71
extern indev_t *ns16550_init(ns16550_t *, devno_t, inr_t, cir_t, void *)
71
extern indev_t *ns16550_init(ns16550_t *, devno_t, inr_t, cir_t, void *);
72
 
72
 
73
#endif
73
#endif
74
 
74
 
75
/** @}
75
/** @}
76
 */
76
 */