Home | History | Annotate | Line # | Download | only in include
reloc.h revision 1.7
      1 /*	$NetBSD: reloc.h,v 1.7 2000/01/09 15:34:44 ad Exp $	*/
      2 
      3 #ifndef _PMAX_RELOC_H_
      4 #define _PMAX_RELOC_H_
      5 
      6 #include <mips/reloc.h>
      7 
      8 #define relocation_info_pmax reloc_info_mips
      9 
     10 #endif	/* !_PMAX_RELOC_H_ */
     11