commit | 000703f44c77b152cd966eaf06f4ab043274ff46 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Mon May 09 11:40:25 2011 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Mon May 09 11:40:38 2011 +1000 |
tree | c71b325073713c3089856f627442181a47d1482a | |
parent | f19467c509e36e5ba3498efd7d4072d3581a1d6c [diff] [blame] |
mxm/wmi: add MXMX interface entry point. The MXMX method appears to be a mutex of some sort. Signed-off-by: Dave Airlie <airlied@redhat.com>
diff --git a/include/linux/mxm-wmi.h b/include/linux/mxm-wmi.h index 51359c0..617a295 100644 --- a/include/linux/mxm-wmi.h +++ b/include/linux/mxm-wmi.h
@@ -27,6 +27,7 @@ /* integrated adapter */ #define MXM_MXDS_ADAPTER_IGD 0x10 int mxm_wmi_call_mxds(int adapter); +int mxm_wmi_call_mxmx(int adapter); bool mxm_wmi_supported(void); #endif