1 #ifndef ROS_INC_TRAPFRAME_H
2 #define ROS_INC_TRAPFRAME_H
4 #include <ros/arch/trapframe.h>
9 /* User-space context, either from a hardware event (IRQ, trap, etc), or from a
10 * syscall. Each arch defines its types. */
14 struct hw_trapframe hw_tf;
15 struct sw_trapframe sw_tf;
19 #endif /* ROS_INC_TRAPFRAME_H */