#ifndef APOS_ARCH_TYPES_H #define APOS_ARCH_TYPES_H /** * @file types.h * Arch-specific types. * * Doxygen thinks types.h if include/apos/types.h, but it's actually * arch/whatever/include/types.h. Not sure how to fix that. * * \todo Fix incorrect include file reference in doxygen. */ #include #endif /* APOS_ARCH_TYPES_H */