]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/spl.h
xnu-792.tar.gz
[apple/xnu.git] / osfmk / kern / spl.h
index e7553a211269b375c32530d689112c294f908059..f19a3fa590bec1071e4e4c913151b9c92aacdc9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -22,6 +22,8 @@
 #ifndef        _KERN_SPL_H_
 #define        _KERN_SPL_H_
 
+#include <machine/machine_routines.h>
+
 typedef unsigned spl_t;
 
 #define        splhigh()       (spl_t) ml_set_interrupts_enabled(FALSE)