]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/ast.h
xnu-792.6.56.tar.gz
[apple/xnu.git] / osfmk / ppc / ast.h
index 3310e203c7678b44909469e877dda759e3653b92..fa11de0bf11dcb4c5a70a7b03510be4cae9a032f 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -33,8 +31,9 @@
 #ifndef        _PPC_AST_H_
 #define        _PPC_AST_H_
 
-/*
- * Empty file - use the machine-independent versions.
- */
+#define AST_PPC_CHUD_URGENT     0x80000000
+#define AST_PPC_CHUD            0x40000000
+
+#define AST_PPC_CHUD_ALL        (AST_PPC_CHUD_URGENT|AST_PPC_CHUD)
 
 #endif /* _PPC_AST_H_ */