aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/wd.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2012-05-09 09:38:59 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 16:58:06 -0400
commit4f3afe1d8c8e5dc41bb5820c01b4f3cfc2dc1205 (patch)
tree87ba07904043f079fc13380f7aa8ff76f11f79b8 /drivers/misc/mei/wd.c
parentb544f3fd3ac509850f8f1c28b302ae4e65b88346 (diff)
mei: export mei.h for the user space
The header exports API for application layer 1. move under include/linux and add to the export list 2. update include path n the sources 3. update TODO 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c
index 1e6285127e95..6be5605707b4 100644
--- a/drivers/misc/mei/wd.c
+++ b/drivers/misc/mei/wd.c
@@ -24,7 +24,7 @@
24#include "mei_dev.h" 24#include "mei_dev.h"
25#include "hw.h" 25#include "hw.h"
26#include "interface.h" 26#include "interface.h"
27#include "mei.h" 27#include <linux/mei.h>
28 28
29static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 }; 29static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 };
30static const u8 mei_stop_wd_params[] = { 0x02, 0x02, 0x14, 0x10 }; 30static const u8 mei_stop_wd_params[] = { 0x02, 0x02, 0x14, 0x10 };