Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1781 → Rev 1780

/uspace/trunk/libc/include/ipc/fb.h
26,15 → 26,18
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcipc
/** @addtogroup libcipc
* @{
*/
/** @file
*/
 
#ifndef LIBC_FB_H_
#define LIBC_FB_H_
#include <arch/types.h>
#include <types.h>
 
#ifndef __libc__FB_H__
#define __libc__FB_H__
 
#define FB_PUTCHAR 1025
#define FB_CLEAR 1026
#define FB_GET_CSIZE 1027
71,5 → 74,8
 
#endif
 
/** @}
 
/** @}
*/