diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2015-09-10 10:18:03 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-20 19:31:09 -0700 |
commit | 01a14edeaf0456c28e2b9af3afdc0807ec6c20bd (patch) | |
tree | e0880d3a3dbc6996dc7aa27089574bfdd4a851a3 /include/linux/mei_cl_bus.h | |
parent | baeacd0376975bee0fdf6378e1c24587ab0b6ad4 (diff) | |
download | blackbird-op-linux-01a14edeaf0456c28e2b9af3afdc0807ec6c20bd.tar.gz blackbird-op-linux-01a14edeaf0456c28e2b9af3afdc0807ec6c20bd.zip |
mei: bus: export mei_cldev_enabled function
Let me client device driver query of the device is connected
and hence enabled.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/mei_cl_bus.h')
-rw-r--r-- | include/linux/mei_cl_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mei_cl_bus.h b/include/linux/mei_cl_bus.h index 9834f832b098..30d1c8b94a27 100644 --- a/include/linux/mei_cl_bus.h +++ b/include/linux/mei_cl_bus.h @@ -93,5 +93,6 @@ void mei_cl_set_drvdata(struct mei_cl_device *device, void *data); int mei_cl_enable_device(struct mei_cl_device *device); int mei_cl_disable_device(struct mei_cl_device *device); +bool mei_cldev_enabled(struct mei_cl_device *cldev); #endif /* _LINUX_MEI_CL_BUS_H */ |