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