papermario/src/os/code_41750_len_450.c

13 lines
407 B
C
Raw Normal View History

2020-08-04 08:49:11 +02:00
#include "common.h"
2020-09-25 23:18:09 +02:00
INCLUDE_ASM(int, "os/code_41750_len_450", osSetTimer, OSTimer* timer, OSTime start, OSTime end, OSMesgQueue* queue,
2020-09-24 05:54:33 +02:00
OSMesg mesg);
2020-08-04 08:49:11 +02:00
INCLUDE_API_ASM("os/code_41750_len_450", osTimerServicesInit);
2020-08-04 08:49:11 +02:00
INCLUDE_API_ASM("os/code_41750_len_450", osTimerInterrupt);
2020-08-04 08:49:11 +02:00
INCLUDE_API_ASM("os/code_41750_len_450", osSetTimerIntr);
2020-08-04 08:49:11 +02:00
INCLUDE_API_ASM("os/code_41750_len_450", osInsertTimer);