diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-01-08 23:07:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-08 16:40:44 -0800 |
commit | 0edb23fc3451c84350edcc999c023d225a49530d (patch) | |
tree | 70b4c4d9adf73c330c825707f11311a83d8e8ec7 /drivers/misc/mei/wd.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/wd.c')
-rw-r--r-- | drivers/misc/mei/wd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c index 4f2e9db8647..9814bc1dba0 100644 --- a/drivers/misc/mei/wd.c +++ b/drivers/misc/mei/wd.c @@ -24,6 +24,7 @@ #include <linux/mei.h> #include "mei_dev.h" +#include "hbm.h" #include "interface.h" static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 }; |