mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Implement read_sector_long().
This commit is contained in:
@@ -18,9 +18,12 @@
|
||||
#define DICF_ERROR_MEDIA_TAG_NOT_PRESENT -11
|
||||
#define DICF_ERROR_INCORRECT_MEDIA_TYPE -12
|
||||
#define DICF_ERROR_TRACK_NOT_FOUND -13
|
||||
#define DICF_ERROR_REACHED_UNREACHABLE_CODE -14
|
||||
#define DICF_ERROR_INVALID_TRACK_FORMAT -15
|
||||
#define DICF_ERROR_SECTOR_TAG_NOT_PRESENT -11
|
||||
|
||||
#define DICF_STATUS_OK 0
|
||||
#define DICF_STATUS_SECTOR_NEVER_WRITTEN 1
|
||||
#define DICF_STATUS_SECTOR_NOT_DUMPED 1
|
||||
#define DICF_STATUS_SECTOR_WITH_ERRORS 2
|
||||
#define DICF_STATUS_SECTOR_DELETED 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user