838b5e08c9
- Spacing. - Protect from multiple inclusion in a consistant way (except on headers that do nothing except function as mips header wrappers).
13 lines
255 B
C
13 lines
255 B
C
/* $NetBSD: db_machdep.h,v 1.3 2000/01/09 15:34:42 ad Exp $ */
|
|
|
|
#ifndef _PMAX_DB_MACHDEP_H_
|
|
#define _PMAX_DB_MACHDEP_H_
|
|
|
|
#define DB_ELF_SYMBOLS
|
|
#define DB_ELFSIZE 32
|
|
#define DB_AOUT_SYMBOLS
|
|
|
|
#include <mips/db_machdep.h>
|
|
|
|
#endif /* !_PMAX_DB_MACHDEP_H_ */
|