8 lines
145 B
C
8 lines
145 B
C
|
/* Include Linux/SPARC specific trap definitions. */
|
||
|
#ifndef _SYS_TRAP_H
|
||
|
#define _SYS_TRAP_H 1
|
||
|
|
||
|
#include <asm/traps.h>
|
||
|
|
||
|
#endif /* sys/trap.h */
|