summaryrefslogtreecommitdiff
path: root/cgpt/cgpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt.h')
-rw-r--r--cgpt/cgpt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgpt/cgpt.h b/cgpt/cgpt.h
index 7595c0e7..038a6d49 100644
--- a/cgpt/cgpt.h
+++ b/cgpt/cgpt.h
@@ -54,6 +54,7 @@ struct drive {
struct nand_layout {
int enabled;
+ int use_host_ioctl; /* Use ioctl() on /dev/fts to read/write. */
int bytes_per_page, pages_per_block, fts_block_offset, fts_block_size;
};
@@ -63,6 +64,8 @@ int DriveOpen(const char *drive_path, struct drive *drive, int mode);
int DriveClose(struct drive *drive, int update_as_needed);
int CheckValid(const struct drive *drive);
+void TryInitMtd(void);
+
/* Loads sectors from 'drive'.
* *buf is pointed to an allocated memory when returned, and should be
* freed.