mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
9 lines
173 B
C
9 lines
173 B
C
/* $NetBSD: signal.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
|
|
|
|
#ifndef _LANDISK_SIGNAL_H_
|
|
#define _LANDISK_SIGNAL_H_
|
|
|
|
#include <sh3/signal.h>
|
|
|
|
#endif /* _LANDISK_SIGNAL_H_ */
|