10 lines
151 B
C
10 lines
151 B
C
/*
|
|
* $Id: signal.h,v 1.4 1994/04/10 02:28:36 chopps Exp $
|
|
*/
|
|
#ifndef _MACHINE_SIGNAL_H_
|
|
#define _MACHINE_SIGNAL_H_
|
|
|
|
#include <m68k/signal.h>
|
|
|
|
#endif
|