diff options
Diffstat (limited to 'drivers/pst.h')
-rw-r--r-- | drivers/pst.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/pst.h b/drivers/pst.h deleted file mode 100644 index e8fdfaa..0000000 --- a/drivers/pst.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef PST_H -#define PST_H -#include "../fs/vfs.h" - -int openpty(int *amaster, int *aslave, char *name, /*const struct termios*/ void *termp, - /*const struct winsize*/ void *winp); -#endif |