*
* @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
#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_ */