8 lines
162 B
C
8 lines
162 B
C
|
/* $NetBSD: pmap.h,v 1.1 1999/09/13 10:30:36 itojun Exp $ */
|
||
|
#ifndef _EVBSH3_PMAP_H_
|
||
|
#define _EVBSH3_PMAP_H_
|
||
|
|
||
|
#include <sh3/pmap.h>
|
||
|
|
||
|
#endif /* _EVBSH3_PMAP_H_ */
|