Subversion Repositories HelenOS-historic

Rev

Rev 1366 | Rev 1486 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2.  
  3. #include <arch/types.h>
  4. #include <types.h>
  5.  
  6. #ifndef __libc__FB_H__
  7. #define __libc__FB_H__
  8.  
  9. #define FB_PUTCHAR     1025
  10. #define FB_CLEAR       1026
  11. #define FB_GET_CSIZE   1027
  12.  
  13.  
  14. #endif
  15.