Home
last modified time | relevance | path

Searched defs:stdio_dev (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dstdio_dev.h22 struct stdio_dev { struct
29 int (*start)(struct stdio_dev *dev); /* To start the device */ argument
30 int (*stop)(struct stdio_dev *dev); /* To stop the device */ argument
35 void (*putc)(struct stdio_dev *dev, const char c); argument
37 void (*puts)(struct stdio_dev *dev, const char *s); argument
40 void (*clear)(struct stdio_dev *dev); argument
45 int (*tstc)(struct stdio_dev *dev); argument
46 int (*getc)(struct stdio_dev *dev); /* To get that char */ argument
50 void *priv; /* Private extensions */
51 struct list_head list;