summaryrefslogtreecommitdiffstats
path: root/include/partition.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-06-22 14:33:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-30 16:53:25 +0200
commitcfcfc66d5486c2061316ebcdf32ef2f1ecbda433 (patch)
tree1e22ba08ebe90959214fb88f35371d5166fe05a0 /include/partition.h
parentaece3fb42c16ad826804fa65675890611709c11d (diff)
downloadbarebox-cfcfc66d5486c2061316ebcdf32ef2f1ecbda433.tar.gz
barebox-cfcfc66d5486c2061316ebcdf32ef2f1ecbda433.tar.xz
partitions: Make 64bit capable
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/partition.h b/include/partition.h
index 0827bb40c6..8ad7490d85 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -8,7 +8,7 @@ struct partition {
int flags;
- unsigned long offset;
+ loff_t offset;
struct device_d *physdev;
struct device_d device;