diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 23:56:53 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 23:56:53 +0300 |
| commit | a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08 (patch) | |
| tree | 90c1ce47a82114719a27f5e9a0eb8a77b34436e2 /include/apos/types.h | |
| parent | ce14f44456b08e443f78e92190ee7449a1afde85 (diff) | |
| download | kmi-a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08.tar.gz kmi-a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08.zip | |
apply slight doxygen formatting improvements
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/types.h b/include/apos/types.h index 45526d7..97f663b 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -207,6 +207,6 @@ enum { INFO_CONT = 3, /* continue */ }; -#include <types.h> /* arch-specific type definitions (pm_t/vm_t etc) */ +#include <arch/types.h> /* arch-specific type definitions (pm_t/vm_t etc) */ #endif /* APOS_TYPES_H */ |
