home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Headers / bsd / hppa / cpu.h next >
C/C++ Source or Header  |  1997-04-27  |  330b  |  22 lines

  1. /* Copyright 1993 NeXT Computer, Inc. All rights reserved. */
  2. /*
  3.  * HISTORY
  4.  *
  5.  * 12-Jul-93 Mac Gillon at NeXT
  6.  *    Created.
  7.  *     Only uni support for now.
  8.  *
  9.  * 18-Feb-94 Mac Gillon at NeXT
  10.  *    What if we had a multi...
  11.  *
  12.  */
  13.  
  14. #ifndef    _BSD_HPPA_CPU_H_
  15. #define    _BSD_HPPA_CPU_H_
  16.  
  17.  
  18. #define    cpu_number()    (0)
  19.  
  20. #endif    _BSD_HPPA_CPU_H_
  21.  
  22.