c1c244e0a3
support multiple physical RAM segments by me. Garbage collect functions obsoleted by this change.
9 lines
148 B
C
9 lines
148 B
C
/* $NetBSD: kcore.h,v 1.1 1997/04/23 19:15:16 scottr Exp $ */
|
|
|
|
#ifndef _MACHINE_KCORE_H_
|
|
#define _MACHINE_KCORE_H_
|
|
|
|
#include <m68k/kcore.h>
|
|
|
|
#endif
|