Add missing is_a600() definition, used by amiga devices.

We simply define it as 0, because an A600 will never have a PPC installed.
This commit is contained in:
phx 2011-01-20 15:44:56 +00:00
parent b4abf20d50
commit e3e33492f6
1 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.18 2010/02/09 18:13:10 phx Exp $ */
/* $NetBSD: cpu.h,v 1.19 2011/01/20 15:44:56 phx Exp $ */
/*
* Copyright (C) 1995-1997 Wolfgang Solfrank.
@ -47,14 +47,15 @@ extern int machineid;
/*
* Prototypes from amiga_init.c
*/
void *alloc_z2mem (long);
void *alloc_z2mem(long);
/*
* Prototypes from autoconf.c
*/
int is_a1200 (void);
int is_a3000 (void);
int is_a4000 (void);
#define is_a600() 0
int is_a1200(void);
int is_a3000(void);
int is_a4000(void);
/*
* Prototypes from machdep.c