Commit 418ac414 authored by Alessandro Rubini's avatar Alessandro Rubini

sdbfs/kernel/sdbfs.h: call the entry point 'entrypoint'

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 174d4a37
......@@ -29,11 +29,11 @@ struct sdbfs_dev_ops {
};
struct sdbfs_dev {
char *name;
int blocksize;
unsigned long headerpos;
struct sdbfs_dev_ops *ops;
struct list_head list;
char *name;
int blocksize;
unsigned long entrypoint;
struct sdbfs_dev_ops *ops;
struct list_head list;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment