Commit fd72cb1b authored by Tomas Winkler's avatar Tomas Winkler Committed by Joonas Lahtinen
parent 5c4d2536
......@@ -7,6 +7,12 @@
#include <linux/auxiliary_bus.h>
/**
* struct mei_aux_device - mei auxiliary device
* @aux_dev: - auxiliary device object
* @irq: interrupt driving the mei auxiliary device
* @bar: mmio resource bar reserved to mei auxiliary device
*/
struct mei_aux_device {
struct auxiliary_device aux_dev;
int irq;
......
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