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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [libl4/] [include/] [l4lib/] [macros.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Userspace-specific macros.
3
 *
4
 * Copyright (C) 2010 B Labs Ltd.
5
 */
6
#ifndef __LIBL4_MACROS_H__
7
#define __LIBL4_MACROS_H__
8
 
9
#include <l4/config.h>
10
 
11
/*
12
 * These are for the userspace code to include
13
 * different directories based on configuration
14
 * values for platform, architecture and so on.
15
 *
16
 * This file is meant to be included from all
17
 * userspace projects by default.
18
 */
19
 
20
#define L4LIB_INC_ARCH(x)               <l4lib/arch/__ARCH__/x>
21
#define L4LIB_INC_SUBARCH(x)            <l4lib/arch/__ARCH__/__SUBARCH__/x>
22
#define L4LIB_INC_PLAT(x)               <l4lib/platform/__PLATFORM__/x>
23
#define L4LIB_INC_GLUE(x)               <l4lib/glue/__ARCH__/x>
24
 
25
#endif /* __LIBL4_MACROS_H__ */

powered by: WebSVN 2.1.0

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