OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [libposix/] [include/] [libposix.h] - Rev 2

Compare with Previous | Blame | View Log

#ifndef __LIBPOSIX_H__
#define __LIBPOSIX_H__
 
#include L4LIB_INC_ARCH(syscalls.h)
#include L4LIB_INC_ARCH(syslib.h)
 
#include <l4lib/types.h>
#include <l4lib/ipcdefs.h>
 
/* Abort debugging conditions */
// #define LIBPOSIX_ERROR_MESSAGES
#if defined (LIBPOSIX_ERROR_MESSAGES)
#define print_err(...)	printf(__VA_ARGS__)
#else
#define print_err(...)
#endif
 
 
#endif /* __LIBPOSIX_H__ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.