f1ef62eef61d42d78be60b37ef83f700c2002876
[ghc-hetmet.git] / includes / rts / TTY.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 2009
4  *
5  * POSIX TTY-related functionality
6  *
7  * -------------------------------------------------------------------------- */
8
9 #ifndef RTS_TTY_H
10 #define RTS_TTY_H
11
12 void* __hscore_get_saved_termios(int fd);
13 void  __hscore_set_saved_termios(int fd, void* ts);
14
15 #endif /* RTS_TTY_H */