aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-05-04 22:16:29 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-05-04 22:16:29 +0000
commit28785c5bd229fd1c57f63f69bb392fd35cfb9a3d (patch)
treeafaf1d0299982b8792a41c5122e57f2b2085a3ce /sys/arm
parent967f54217758de093ebd86db74b6baf78b5f5477 (diff)
Notes
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h
index 3c6cf695ab951..57b1c7c1db8bb 100644
--- a/sys/arm/include/_types.h
+++ b/sys/arm/include/_types.h
@@ -65,6 +65,8 @@ typedef unsigned long long __uint64_t;
typedef __uint32_t __clock_t; /* clock()... */
typedef unsigned int __cpumask_t;
typedef __int32_t __critical_t;
+typedef double __double_t;
+typedef double __float_t;
typedef __int32_t __intfptr_t;
typedef __int64_t __intmax_t;
typedef __int32_t __intptr_t;