8 lines
127 B
C
8 lines
127 B
C
|
/* Include trap definitions. */
|
||
|
#ifndef _SYS_TRAP_H
|
||
|
#define _SYS_TRAP_H 1
|
||
|
|
||
|
#include <machine/trap.h>
|
||
|
|
||
|
#endif /* sys/trap.h */
|