Rev 4148 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4148 | Rev 4311 | ||
|---|---|---|---|
| Line 47... | Line 47... | ||
| 47 | } __attribute__ ((packed)) dsrlnin_t; |
47 | } __attribute__ ((packed)) dsrlnin_t; |
| 48 | 48 | ||
| 49 | typedef struct { |
49 | typedef struct { |
| 50 | irq_t irq; |
50 | irq_t irq; |
| 51 | dsrlnin_t *dsrlnin; |
51 | dsrlnin_t *dsrlnin; |
| 52 | indev_t kbrdin; |
52 | indev_t *srlnin; |
| 53 | } dsrlnin_instance_t; |
53 | } dsrlnin_instance_t; |
| 54 | 54 | ||
| 55 | extern indev_t *dsrlnin_init(dsrlnin_t *, inr_t); |
55 | extern dsrlnin_instance_t *dsrlnin_init(dsrlnin_t *, inr_t); |
| - | 56 | extern void dsrlnin_wire(dsrlnin_instance_t *, indev_t *); |
|
| 56 | 57 | ||
| 57 | #endif |
58 | #endif |
| 58 | 59 | ||
| 59 | /** @} |
60 | /** @} |
| 60 | */ |
61 | */ |