mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 14:46:56 -04:00
8 lines
167 B
C
8 lines
167 B
C
/* $NetBSD: pmap.h,v 1.9 2008/01/09 21:23:18 garbled Exp $ */
|
|
#ifndef _MACPPC_PMAP_H_
|
|
#define _MACPPC_PMAP_H_
|
|
|
|
#include <powerpc/pmap.h>
|
|
|
|
#endif /* _MACPPC_PMAP_H_ */
|