|
#ifndef PR_OS_INTERNAL_H
|
|
#define PR_OS_INTERNAL_H
|
|
|
|
#include "ultratypes.h"
|
|
#include "os_message.h"
|
|
#include "os_pi.h"
|
|
#include "os_internal_rsp.h"
|
|
|
|
typedef struct __osHwInt {
|
|
/* 0x00 */ s32 (*handler)(void);
|
|
/* 0x04 */ void* stackEnd;
|
|
} __osHwInt; // size = 0x08
|
|
|
|
#endif
|