aboutsummaryrefslogtreecommitdiffstats
path: root/src/disk.c
diff options
context:
space:
mode:
authorjames <james>2013-09-14 08:56:36 +0000
committerjames <james>2013-09-14 08:56:36 +0000
commit1755648246a536d9da56340acd9624b9a2731a83 (patch)
treea9abf4abffb0111b0908c726ecf257287ae5026f /src/disk.c
parent2cbdb2327c7575282d83e7331eb8e957e72ce394 (diff)
downloadgpt-1755648246a536d9da56340acd9624b9a2731a83.tar.gz
gpt-1755648246a536d9da56340acd9624b9a2731a83.tar.bz2
gpt-1755648246a536d9da56340acd9624b9a2731a83.zip
*** empty log message ***
Diffstat (limited to 'src/disk.c')
-rw-r--r--src/disk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/disk.c b/src/disk.c
index b9db2fe..b6bf854 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -51,6 +51,7 @@ disk_read (DISK * d, void *buf, uint64_t lba, int lbas)
// abort ();
}
}
+
void
disk_write (DISK * d, void *buf, uint64_t lba, int lbas)
{