aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-03-20 20:41:40 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-03-20 20:41:40 +0000
commita36bdc0606a8d14be70d86fff441a08a4b2f9116 (patch)
tree36b15af5753b49fc795c2c808ed4a19a85446edd /sys/powerpc/include
parent322b1dc4b02fc3bd32ea1e09ef594a5212312cc4 (diff)
Notes
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h
index e86ee8d8c4678..32fe2e3f1e66a 100644
--- a/sys/powerpc/include/_types.h
+++ b/sys/powerpc/include/_types.h
@@ -68,6 +68,7 @@ typedef unsigned long long __uint64_t;
* Standard type definitions.
*/
typedef __uint32_t __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int32_t __critical_t;
typedef double __double_t;
typedef double __float_t;