838b5e08c9
- Spacing. - Protect from multiple inclusion in a consistant way (except on headers that do nothing except function as mips header wrappers).
11 lines
206 B
C
11 lines
206 B
C
/* $NetBSD: reloc.h,v 1.7 2000/01/09 15:34:44 ad Exp $ */
|
|
|
|
#ifndef _PMAX_RELOC_H_
|
|
#define _PMAX_RELOC_H_
|
|
|
|
#include <mips/reloc.h>
|
|
|
|
#define relocation_info_pmax reloc_info_mips
|
|
|
|
#endif /* !_PMAX_RELOC_H_ */
|