9 lines
163 B
C
9 lines
163 B
C
/* $NetBSD: pmap.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
|
|
|
|
#ifndef _LANDISK_PMAP_H_
|
|
#define _LANDISK_PMAP_H_
|
|
|
|
#include <sh3/pmap.h>
|
|
|
|
#endif /* _LANDISK_PMAP_H_ */
|