summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r--sys/arch/m68k/include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/m68k/include/types.h b/sys/arch/m68k/include/types.h
index 5d401340690..061a6594eb8 100644
--- a/sys/arch/m68k/include/types.h
+++ b/sys/arch/m68k/include/types.h
@@ -63,7 +63,9 @@ typedef short int16_t;
typedef unsigned short u_int16_t;
typedef int int32_t;
typedef unsigned int u_int32_t;
+/* LONGLONG */
typedef long long int64_t;
+/* LONGLONG */
typedef unsigned long long u_int64_t;
typedef int32_t register_t;