Vhex-kernel/src/kernel/tty/close.c

8 lines
86 B
C

#include <kernel/tty.h>
int tty_close(void)
{
// Do nothing for now.
return (0);
}