Files

6 lines
88 B
C

#ifndef _KERNEL_IO_TTY_PTMX_H
#define _KERNEL_IO_TTY_PTMX_H
int ptmx_install();
#endif