mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
9 lines
No EOL
249 B
C
9 lines
No EOL
249 B
C
#pragma once
|
|
#include "ImgReader.h"
|
|
|
|
typedef void DriveRead(u8 * buff,u32 StartSector,u32 SectorCount,u32 secsz);
|
|
typedef void DriveGetToc(u32* toc,DiskArea area);
|
|
|
|
typedef DiscType DriveGetType();
|
|
typedef void DriveInit();
|
|
typedef void DriveTerm(); |