blob: d8e93a9396a71ae5aa56b32eef6a40b3410b4047 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#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 <types.h>
#endif /* APOS_ARCH_TYPES_H */
|