NetBSD/sys/arch/pmax/include/reloc.h
ad 838b5e08c9 - Fix RCS Ids.
- Spacing.
- Protect from multiple inclusion in a consistant way (except on headers
  that do nothing except function as mips header wrappers).
2000-01-09 15:34:41 +00:00

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_ */