8 lines
157 B
C
8 lines
157 B
C
|
/* $NetBSD: pcb.h,v 1.1 1999/09/13 10:30:35 itojun Exp $ */
|
||
|
#ifndef _EVBSH3_PCB_H_
|
||
|
#define _EVBSH3_PCB_H_
|
||
|
|
||
|
#include <sh3/pcb.h>
|
||
|
|
||
|
#endif /* _EVBSH3_PCB_H_ */
|