Searched defs:stdio_dev (Results 1 – 1 of 1) sorted by relevance
25 struct stdio_dev { struct32 int (*start)(struct stdio_dev *dev); /* To start the device */ argument33 int (*stop)(struct stdio_dev *dev); /* To stop the device */ argument38 void (*putc)(struct stdio_dev *dev, const char c); argument40 void (*puts)(struct stdio_dev *dev, const char *s); argument43 void (*flush)(struct stdio_dev *dev); argument52 int (*tstc)(struct stdio_dev *dev); argument53 int (*getc)(struct stdio_dev *dev); /* To get that char */ argument64 extern struct stdio_dev *stdio_devices[]; argument
Completed in 2 milliseconds