mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-03 02:28:29 -04:00
15 lines
245 B
C
15 lines
245 B
C
#ifndef PR_OS_INTERNAL_H
|
|
#define PR_OS_INTERNAL_H
|
|
|
|
#include "ultratypes.h"
|
|
#include "os_message.h"
|
|
#include "os_pi.h"
|
|
|
|
|
|
typedef struct __osHwInt {
|
|
/* 0x00 */ OSMesgQueue* queue;
|
|
/* 0x04 */ OSMesg msg;
|
|
} __osHwInt; // size = 0x08
|
|
|
|
#endif
|