Subversion Repositories HelenOS

Rev

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

Rev 4346 Rev 4347
Line 45... Line 45...
45
typedef struct {
45
typedef struct {
46
    ioport8_t data;
46
    ioport8_t data;
47
} __attribute__ ((packed)) dsrlnin_t;
47
} __attribute__ ((packed)) dsrlnin_t;
48
 
48
 
49
typedef struct {
49
typedef struct {
50
    devno_t devno;
-
 
51
    irq_t irq;
50
    irq_t irq;
52
    dsrlnin_t *dsrlnin;
51
    dsrlnin_t *dsrlnin;
53
    indev_t kbrdin;
52
    indev_t kbrdin;
54
} dsrlnin_instance_t;
53
} dsrlnin_instance_t;
55
 
54
 
56
extern indev_t *dsrlnin_init(dsrlnin_t *, devno_t, inr_t);
55
extern indev_t *dsrlnin_init(dsrlnin_t *, inr_t);
57
 
56
 
58
#endif
57
#endif
59
 
58
 
60
/** @}
59
/** @}
61
 */
60
 */