Commit e538df7b authored by Alessandro Rubini's avatar Alessandro Rubini

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

parent a96c24bc
......@@ -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
......
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