summaryrefslogtreecommitdiff
path: root/src/libleo/leo/leotestunit.c
blob: 4c81d7970a4f2389490d350d30f59e2f1ca03c6f (plain)
1
2
3
4
5
6
7
8
9
10
#include "ultra64.h"
#include "ultra64/leo.h"
#include "ultra64/leoappli.h"
#include "ultra64/leodrive.h"

void leoTest_unit_rdy(void) {
    ((LEOCmdTestUnitReady*)LEOcur_command)->test = leoChk_cur_drvmode();
    LEOcur_command->header.sense = LEO_SENSE_NO_ADDITIONAL_SENSE_INFOMATION;
    LEOcur_command->header.status = LEO_STATUS_GOOD;
}