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/hbm.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/hbm.c')
-rw-r--r-- | drivers/misc/mei/hbm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c index 6b58b0a1037..9956aaf58aa 100644 --- a/drivers/misc/mei/hbm.c +++ b/drivers/misc/mei/hbm.c @@ -20,6 +20,7 @@ #include <linux/mei.h> #include "mei_dev.h" +#include "hbm.h" #include "interface.h" /** |