]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/thread_status.h
xnu-1228.tar.gz
[apple/xnu.git] / osfmk / mach / machine / thread_status.h
index cf246ee29704130c9635ac464c6ed06285229ef6..ad5eff08f7663a2161687427c35a072c1359bf7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -33,6 +33,8 @@
 #include "mach/ppc/thread_status.h"
 #elif defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/thread_status.h"
+#elif defined (__arm__)
+#include "mach/arm/thread_status.h"
 #else
 #error architecture not supported
 #endif