Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1719 → Rev 1781

/uspace/trunk/libc/include/types.h
1,7 → 1,0
#include <libarch/types.h>
 
 
/** @}
*/
/uspace/trunk/libc/include/unistd.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libc
/** @addtogroup libc
* @{
*/
/** @file
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,8 → 49,7
 
#endif
 
 
/** @}
/** @}
*/
/uspace/trunk/libc/include/ipc/fb.h
26,18 → 26,15
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcipc
/** @addtogroup libcipc
* @{
*/
/** @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
 
 
/** @}
/** @}
*/