2000-01-09 18:34:41 +03:00
|
|
|
/* $NetBSD: reloc.h,v 1.7 2000/01/09 15:34:44 ad Exp $ */
|
|
|
|
|
|
|
|
#ifndef _PMAX_RELOC_H_
|
|
|
|
#define _PMAX_RELOC_H_
|
1994-10-27 00:08:38 +03:00
|
|
|
|
1996-03-20 12:49:29 +03:00
|
|
|
#include <mips/reloc.h>
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1996-03-20 12:49:29 +03:00
|
|
|
#define relocation_info_pmax reloc_info_mips
|
2000-01-09 18:34:41 +03:00
|
|
|
|
|
|
|
#endif /* !_PMAX_RELOC_H_ */
|