Skip to content
Snippets Groups Projects
Commit 418ac414 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

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



Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 174d4a37
No related merge requests found
......@@ -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;
};
......
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