diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-01-08 16:07:12 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-08 19:40:44 -0500 |
commit | 0edb23fc3451c84350edcc999c023d225a49530d (patch) | |
tree | 70b4c4d9adf73c330c825707f11311a83d8e8ec7 /drivers/misc/mei/iorw.c | |
parent | 20259849bb1ac1ffb0156eb359810e8b99cb644d (diff) |
mei: add new hbm.h header to export hbm protocol
hbm.h provides access host bus messaging functionality
for other MEI layers
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/iorw.c')
-rw-r--r-- | drivers/misc/mei/iorw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/iorw.c b/drivers/misc/mei/iorw.c index d8e08bcf3263..4328c2d2ca54 100644 --- a/drivers/misc/mei/iorw.c +++ b/drivers/misc/mei/iorw.c | |||
@@ -36,6 +36,7 @@ | |||
36 | #include <linux/mei.h> | 36 | #include <linux/mei.h> |
37 | 37 | ||
38 | #include "mei_dev.h" | 38 | #include "mei_dev.h" |
39 | #include "hbm.h" | ||
39 | #include "interface.h" | 40 | #include "interface.h" |
40 | 41 | ||
41 | /** | 42 | /** |