summaryrefslogtreecommitdiffstats
path: root/include/partition.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:55 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:55 +0200
commitd5a108ece39a1a32dd888f33937b5db8d9b3ba70 (patch)
treee2c6d5f0215d6e191945453dda9b31052ebedff5 /include/partition.h
parent321dc1bf8f0ee24df9d8a02a34bcfae7685fa001 (diff)
downloadbarebox-d5a108ece39a1a32dd888f33937b5db8d9b3ba70.tar.gz
barebox-d5a108ece39a1a32dd888f33937b5db8d9b3ba70.tar.xz
svn_rev_462
- Add help texts for many commands. - Let the linker sort the command table. - Add support for multiple argmuments in several commands (mkdir, rmdir, rm, cat)
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/partition.h b/include/partition.h
index 524bfe95f3..151235c3cc 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -6,6 +6,8 @@ struct device_d;
struct partition {
int num;
+ int readonly;
+
unsigned long offset;
struct device_d *physdev;