Home | History | Annotate | Line # | Download | only in include
db_machdep.h revision 1.1.8.2
      1  1.1.8.2  thorpej /*	$NetBSD: db_machdep.h,v 1.1.8.2 2001/05/28 16:22:19 thorpej Exp $	*/
      2  1.1.8.2  thorpej 
      3  1.1.8.2  thorpej #ifndef _ALGOR_DB_MACHDEP_H_
      4  1.1.8.2  thorpej #define _ALGOR_DB_MACHDEP_H_
      5  1.1.8.2  thorpej 
      6  1.1.8.2  thorpej #define DB_ELF_SYMBOLS
      7  1.1.8.2  thorpej #define DB_ELFSIZE	32
      8  1.1.8.2  thorpej 
      9  1.1.8.2  thorpej #include <mips/db_machdep.h>
     10  1.1.8.2  thorpej 
     11  1.1.8.2  thorpej #endif	/* !_ALGOR_DB_MACHDEP_H_ */
     12