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 4119 | ||
---|---|---|---|
Line 118... | Line 118... | ||
118 | irq_t irq; |
118 | irq_t irq; |
119 | z8530_t *z8530; |
119 | z8530_t *z8530; |
120 | indev_t kbrdin; |
120 | indev_t kbrdin; |
121 | } z8530_instance_t; |
121 | } z8530_instance_t; |
122 | 122 | ||
123 | extern devin_t *z8530_init(z8530_t *, devno_t, inr_t, cir_t, void *); |
123 | extern indev_t *z8530_init(z8530_t *, devno_t, inr_t, cir_t, void *); |
124 | 124 | ||
125 | #endif |
125 | #endif |
126 | 126 | ||
127 | /** @} |
127 | /** @} |
128 | */ |
128 | */ |