11.3Smatt/*	$NetBSD: cpu.h,v 1.3 2011/06/20 06:35:40 matt Exp $	*/
21.1Smatt
31.1Smatt/*
41.1Smatt * Copyright (C) 1995-1997 Wolfgang Solfrank.
51.1Smatt * Copyright (C) 1995-1997 TooLs GmbH.
61.1Smatt * All rights reserved.
71.1Smatt *
81.1Smatt * Redistribution and use in source and binary forms, with or without
91.1Smatt * modification, are permitted provided that the following conditions
101.1Smatt * are met:
111.1Smatt * 1. Redistributions of source code must retain the above copyright
121.1Smatt *    notice, this list of conditions and the following disclaimer.
131.1Smatt * 2. Redistributions in binary form must reproduce the above copyright
141.1Smatt *    notice, this list of conditions and the following disclaimer in the
151.1Smatt *    documentation and/or other materials provided with the distribution.
161.1Smatt * 3. All advertising materials mentioning features or use of this software
171.1Smatt *    must display the following acknowledgement:
181.1Smatt *	This product includes software developed by TooLs GmbH.
191.1Smatt * 4. The name of TooLs GmbH may not be used to endorse or promote products
201.1Smatt *    derived from this software without specific prior written permission.
211.1Smatt *
221.1Smatt * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
231.1Smatt * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
241.1Smatt * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
251.1Smatt * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
261.1Smatt * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
271.1Smatt * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
281.1Smatt * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
291.1Smatt * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
301.1Smatt * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
311.1Smatt * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
321.1Smatt */
331.3Smatt#ifndef	_IBMNWS_CPU_H_
341.3Smatt#define	_IBMNWS_CPU_H_
351.1Smatt
361.3Smatt#if defined(_KERNEL) && !defined(_MODULE)
371.1Smatt#define	CPU_MAXNUM	1
381.1Smattextern char *bootpath;
391.1Smatt#endif
401.1Smatt
411.1Smatt#include <powerpc/cpu.h>
421.1Smatt
431.3Smatt#endif	/* _IBMNWS_CPU_H_ */
44