mirror of https://github.com/zeldaret/tp.git
84 lines
2.1 KiB
C++
84 lines
2.1 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: dvdqueue
|
|
//
|
|
|
|
#include "dolphin/dvd/dvdqueue.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void __DVDClearWaitingQueue();
|
|
extern "C" void __DVDPushWaitingQueue();
|
|
extern "C" void __DVDPopWaitingQueue();
|
|
extern "C" void __DVDCheckWaitingQueue();
|
|
extern "C" void __DVDDequeueWaitingQueue();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void OSDisableInterrupts();
|
|
extern "C" void OSRestoreInterrupts();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 8044C998-8044C9B8 0020+00 s=4 e=0 z=0 None .bss WaitingQueue */
|
|
static u8 WaitingQueue[32];
|
|
|
|
/* 8034B874-8034B8AC 0038+00 s=0 e=5 z=0 None .text __DVDClearWaitingQueue */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __DVDClearWaitingQueue() {
|
|
nofralloc
|
|
#include "asm/dolphin/dvd/dvdqueue/__DVDClearWaitingQueue.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8034B8AC-8034B914 0068+00 s=0 e=5 z=0 None .text __DVDPushWaitingQueue */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __DVDPushWaitingQueue() {
|
|
nofralloc
|
|
#include "asm/dolphin/dvd/dvdqueue/__DVDPushWaitingQueue.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8034B914-8034B9B4 00A0+00 s=0 e=2 z=0 None .text __DVDPopWaitingQueue */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __DVDPopWaitingQueue() {
|
|
nofralloc
|
|
#include "asm/dolphin/dvd/dvdqueue/__DVDPopWaitingQueue.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8034B9B4-8034BA0C 0058+00 s=0 e=1 z=0 None .text __DVDCheckWaitingQueue */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __DVDCheckWaitingQueue() {
|
|
nofralloc
|
|
#include "asm/dolphin/dvd/dvdqueue/__DVDCheckWaitingQueue.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8034BA0C-8034BA6C 0060+00 s=0 e=1 z=0 None .text __DVDDequeueWaitingQueue */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __DVDDequeueWaitingQueue() {
|
|
nofralloc
|
|
#include "asm/dolphin/dvd/dvdqueue/__DVDDequeueWaitingQueue.s"
|
|
}
|
|
#pragma pop
|