home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 4 / hacker04 / 04_HACK04.ISO / darwin / darwinx86.iso / usr / include / mach / i386 / thread_state.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-30  |  1.7 KB  |  58 lines

  1. /*
  2.  * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
  3.  *
  4.  * @APPLE_LICENSE_HEADER_START@
  5.  * 
  6.  * The contents of this file constitute Original Code as defined in and
  7.  * are subject to the Apple Public Source License Version 1.1 (the
  8.  * "License").  You may not use this file except in compliance with the
  9.  * License.  Please obtain a copy of the License at
  10.  * http://www.apple.com/publicsource and read it before using this file.
  11.  * 
  12.  * This Original Code and all software distributed under the License are
  13.  * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
  14.  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  15.  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
  16.  * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the
  17.  * License for the specific language governing rights and limitations
  18.  * under the License.
  19.  * 
  20.  * @APPLE_LICENSE_HEADER_END@
  21.  */
  22. /*
  23.  * @OSF_COPYRIGHT@
  24.  */
  25. /*
  26.  * HISTORY
  27.  * 
  28.  * Revision 1.1.1.1  1998/09/22 21:05:31  wsanchez
  29.  * Import of Mac OS X kernel (~semeria)
  30.  *
  31.  * Revision 1.1.1.1  1998/03/07 02:25:47  wsanchez
  32.  * Import of OSF Mach kernel (~mburg)
  33.  *
  34.  * Revision 1.1.6.3  1995/01/10  05:16:26  devrcs
  35.  *     mk6 CR801 - copyright marker not FREE_
  36.  *     [1994/12/01  19:25:21  dwm]
  37.  *
  38.  * Revision 1.1.6.1  1994/08/07  20:48:54  bolinger
  39.  *     Merge up to colo_b7.
  40.  *     [1994/08/01  21:01:26  bolinger]
  41.  * 
  42.  * Revision 1.1.4.1  1994/06/25  03:47:07  dwm
  43.  *     mk6 CR98 - new file to hold MD THREAD_STATE_MAX
  44.  *     [1994/06/24  21:54:48  dwm]
  45.  * 
  46.  * $EndLog$
  47.  */
  48. #ifndef _MACH_I386_THREAD_STATE_H_
  49. #define _MACH_I386_THREAD_STATE_H_
  50.  
  51. #define I386_THREAD_STATE_MAX    32
  52.  
  53. #if defined (__i386__)
  54. #define THREAD_STATE_MAX    I386_THREAD_STATE_MAX
  55. #endif
  56.  
  57. #endif    /* _MACH_I386_THREAD_STATE_H_ */
  58.