/* * Userspace-specific macros. * * Copyright (C) 2010 B Labs Ltd. */ #ifndef __LIBL4_MACROS_H__ #define __LIBL4_MACROS_H__ #include /* * These are for the userspace code to include * different directories based on configuration * values for platform, architecture and so on. * * This file is meant to be included from all * userspace projects by default. */ #define L4LIB_INC_ARCH(x) #define L4LIB_INC_SUBARCH(x) #define L4LIB_INC_PLAT(x) #define L4LIB_INC_GLUE(x) #endif /* __LIBL4_MACROS_H__ */