Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <device.h>
#include <tty.h>
#include <stdlib.h>
Functions | |
devcall | ttyInit (device *devptr) |
Variables | |
struct tty | ttytab [NTTY] |