Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1780 → Rev 1781

/uspace/trunk/libc/include/types.h
1,7 → 1,0
#include <libarch/types.h>
 
 
/** @}
*/
/uspace/trunk/libc/include/unistd.h
36,7 → 36,7
#define __LIBC__UNISTD_H__
 
#include <types.h>
#include <arch/mm/page.h>
#include <libarch/config.h>
 
#define NULL 0
#define getpagesize() (PAGE_SIZE)
49,7 → 49,6
 
#endif
 
 
/** @}
*/
/uspace/trunk/libc/include/ipc/fb.h
32,12 → 32,9
/** @file
*/
 
#include <arch/types.h>
#include <types.h>
#ifndef LIBC_FB_H_
#define LIBC_FB_H_
 
#ifndef __libc__FB_H__
#define __libc__FB_H__
 
#define FB_PUTCHAR 1025
#define FB_CLEAR 1026
#define FB_GET_CSIZE 1027
74,8 → 71,5
 
#endif
 
 
/** @}
*/