~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/arch/um/drivers/stdio_console.h

Version: ~ [ 0.6-2.3.46 ] ~
Architecture: ~ [ um ] ~

** Warning: Cannot open xref database.

1 #ifndef __STDIO_CONSOLE_H 2 #define __STDIO_CONSOLE_H 3 4 extern void stdio_write(int index, const char *string, int len); 5 extern int stdio_console_thread(unsigned long sp); 6 extern void stdio_receive_char(int fd, char ch); 7 extern int stdio_start_thread(int pid); 8 extern void setup_fd(int fd); 9 extern void stdio_rcv_proc(int fd); 10 extern int open_vt(int n); 11 12 #endif 13

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.