/* * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #ifndef _KERNEL_KERNEL_CPP_STRUCTS_H #define _KERNEL_KERNEL_CPP_STRUCTS_H #include #include // this is the generated defining macros for the structure sizes // in C++ mode include the headers defining the structures #ifdef __cplusplus # include #endif // in C mode define the structures DEFINE_KERNEL_CPP_STRUCT(ConditionVariable) #endif // _KERNEL_KERNEL_CPP_STRUCTS_H