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

doc/fmc-bus: added new (missing) device fields

parent a079c57b
No related merge requests found
......@@ -128,6 +128,8 @@ struct fmc_device {
void *carrier_data; /* "struct spec *" or equivalent */
__iomem void *base; /* May be NULL (Etherbone) */
struct device dev; /* For Linux use */
struct device *hwdev; /* The underlying hardware device */
struct sdb_array *sdb;
};
@end smallexample
......
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