diff options
| author | gdamore <gdamore@NetBSD.org> | 2006-09-09 00:46:08 +0000 |
|---|---|---|
| committer | gdamore <gdamore@NetBSD.org> | 2006-09-09 00:46:08 +0000 |
| commit | 17d8d811d5380a0d9fe802a71acfb868bc4e34df (patch) | |
| tree | 8e2df685e8ef9ff985c3573af7f3008bdbcf6421 /sys | |
| parent | 780822fb969400889cce15d4ca122bd392424f22 (diff) | |
Add <machine/locore.h>, used by some other common MIPS code.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/arc/include/locore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/arc/include/locore.h b/sys/arch/arc/include/locore.h new file mode 100644 index 00000000000..d354f46167e --- /dev/null +++ b/sys/arch/arc/include/locore.h @@ -0,0 +1,3 @@ +/* $NetBSD: locore.h,v 1.1 2006/09/09 00:46:08 gdamore Exp $ */ + +#include <mips/locore.h> |
