[BACK]Return to cpu.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amigappc / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/amigappc/include/cpu.h between version 1.18 and 1.18.2.1

version 1.18, 2010/02/09 18:13:10 version 1.18.2.1, 2011/03/05 20:49:24
Line 47  extern int machineid;
Line 47  extern int machineid;
 /*  /*
  * Prototypes from amiga_init.c   * Prototypes from amiga_init.c
  */   */
 void    *alloc_z2mem (long);  void    *alloc_z2mem(long);
   
 /*  /*
  * Prototypes from autoconf.c   * Prototypes from autoconf.c
  */   */
 int     is_a1200 (void);  #define is_a600()       0
 int     is_a3000 (void);  int     is_a1200(void);
 int     is_a4000 (void);  int     is_a3000(void);
   int     is_a4000(void);
   
 /*  /*
  * Prototypes from machdep.c   * Prototypes from machdep.c

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.2.1

CVSweb <webmaster@jp.NetBSD.org>