2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
7 #include <computed_asm_macros.h>
9 #include <condition_variable.h>
12 // NOTE: Don't include <kernel_c++_structs.h>, since that would result in a
13 // circular dependency.
16 #define DEFINE_SIZE_MACRO(name) \
17 DEFINE_COMPUTED_ASM_MACRO(_KERNEL_CPP_STRUCT_SIZE_##name, sizeof(name));
23 DEFINE_SIZE_MACRO(ConditionVariable
)