9 lines
173 B
C
9 lines
173 B
C
|
/* $NetBSD: locore.h,v 1.1 2001/05/28 16:22:19 thorpej Exp $ */
|
||
|
|
||
|
#ifndef _ALGOR_LOCORE_H_
|
||
|
#define _ALGOR_LOCORE_H_
|
||
|
|
||
|
#include <mips/locore.h>
|
||
|
|
||
|
#endif /* !_ALGOR_LOCORE_H_ */
|