Rev 623 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 623 | Rev 669 | ||
---|---|---|---|
Line 61... | Line 61... | ||
61 | }; |
61 | }; |
62 | 62 | ||
63 | extern void chardev_initialize(char *name, |
63 | extern void chardev_initialize(char *name, |
64 | chardev_t *chardev, |
64 | chardev_t *chardev, |
65 | chardev_operations_t *op); |
65 | chardev_operations_t *op); |
66 | void chardev_push_character(chardev_t *chardev, __u8 ch); |
66 | extern void chardev_push_character(chardev_t *chardev, __u8 ch); |
67 | 67 | ||
68 | #endif /* __CHARDEV_H__ */ |
68 | #endif /* __CHARDEV_H__ */ |