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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [libposix/] [include/] [libposix.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __LIBPOSIX_H__
2
#define __LIBPOSIX_H__
3
 
4
#include L4LIB_INC_ARCH(syscalls.h)
5
#include L4LIB_INC_ARCH(syslib.h)
6
 
7
#include <l4lib/types.h>
8
#include <l4lib/ipcdefs.h>
9
 
10
/* Abort debugging conditions */
11
// #define LIBPOSIX_ERROR_MESSAGES
12
#if defined (LIBPOSIX_ERROR_MESSAGES)
13
#define print_err(...)  printf(__VA_ARGS__)
14
#else
15
#define print_err(...)
16
#endif
17
 
18
 
19
#endif /* __LIBPOSIX_H__ */

powered by: WebSVN 2.1.0

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