提交 fd72cb1b 编写于 作者: T Tomas Winkler 提交者: Joonas Lahtinen
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册