diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-01-08 21:07:12 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-09 00:40:44 (GMT) |
commit | 0edb23fc3451c84350edcc999c023d225a49530d (patch) | |
tree | 70b4c4d9adf73c330c825707f11311a83d8e8ec7 /drivers/misc/mei/amthif.c | |
parent | 20259849bb1ac1ffb0156eb359810e8b99cb644d (diff) | |
download | linux-0edb23fc3451c84350edcc999c023d225a49530d.tar.xz |
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/amthif.c')
-rw-r--r-- | drivers/misc/mei/amthif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/amthif.c b/drivers/misc/mei/amthif.c index 6e3cd31..add4254 100644 --- a/drivers/misc/mei/amthif.c +++ b/drivers/misc/mei/amthif.c @@ -34,6 +34,7 @@ #include <linux/mei.h> #include "mei_dev.h" +#include "hbm.h" #include "interface.h" const uuid_le mei_amthi_guid = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, 0xac, |