Subversion Repositories HelenOS-historic

Rev

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

Rev Author Line No. Line
1363 vana 1
 
2
 
3
#include <arch/types.h>
4
#include <types.h>
5
 
6
#ifndef __libc__FB_H__
7
#define __libc__FB_H__
8
 
1485 palkovsky 9
#define FB_PUTCHAR     1025
10
#define FB_CLEAR       1026
11
#define FB_GET_CSIZE   1027
1363 vana 12
 
13
 
14
#endif