?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef TTY_H
  2. #define TTY_H
  3. unsigned int ttygetkey(void);
  4. int ttyputchar(int ch);
  5. void putf(int ch);
  6. void putcsi(char ch);
  7. #endif