home *** CD-ROM | disk | FTP | other *** search
- /* Copyright 1993 NeXT Computer, Inc. All rights reserved. */
- /*
- * HISTORY
- *
- * 12-Jul-93 Mac Gillon at NeXT
- * Created.
- * Only uni support for now.
- *
- * 18-Feb-94 Mac Gillon at NeXT
- * What if we had a multi...
- *
- */
-
- #ifndef _BSD_HPPA_CPU_H_
- #define _BSD_HPPA_CPU_H_
-
-
- #define cpu_number() (0)
-
- #endif _BSD_HPPA_CPU_H_
-
-