Files
Custom-Operating-System/kernel/include/io/tty/ptmx.h

6 lines
88 B
C

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