mirror of
https://github.com/zeldaret/tp
synced 2026-09-06 10:55:34 -04:00
48 lines
957 B
C++
48 lines
957 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Os/dolphin/usr_put
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "TRK_MINNOW_DOLPHIN/Os/dolphin/usr_put.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
extern "C" void usr_put_initialize();
|
|
extern "C" void usr_puts_serial();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
extern "C" void OSReport();
|
|
extern "C" void SetTRKConnected();
|
|
extern "C" void GetTRKConnected();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036DB10-8036DB14 0004+00 s=0 e=1 z=0 None .text usr_put_initialize */
|
|
extern "C" void usr_put_initialize() {
|
|
/* empty function */
|
|
}
|
|
|
|
|
|
/* 8036DB14-8036DB9C 0088+00 s=0 e=2 z=0 None .text usr_puts_serial */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void usr_puts_serial() {
|
|
nofralloc
|
|
#include "asm/TRK_MINNOW_DOLPHIN/Os/dolphin/usr_put/usr_puts_serial.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|