9
0
Fork 0

svn_rev_436

This commit is contained in:
Sascha Hauer 2007-07-05 18:01:53 +02:00 committed by Sascha Hauer
parent 50f42153cb
commit 149b402f3b
1 changed files with 5 additions and 1 deletions

View File

@ -8,11 +8,15 @@ struct partition {
unsigned long offset;
struct device_d *parent;
struct device_d *physdev;
struct device_d device;
char name[16];
};
struct device_d *dev_add_partition(struct device_d *dev, unsigned long offset,
size_t size, char *name);
/* FIXME: counterpart missing */
#endif /* __PARTITION_H */