?login_element?

Subversion Repositories NedoOS

Rev

Rev 1386 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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