
The wcd-spi-ac (access control) driver exposes character device to userspace to indicate information regarding WCD SPI usage. Add uapi header file with the commands and data expected by the character driver. Change-Id: I41dfc3181041c7e7a1bad8695fa723d3a965036b Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org>
22 sor
603 B
Makefile
22 sor
603 B
Makefile
# UAPI Header export list
|
|
header-y += avtimer.h
|
|
header-y += msm_audio.h
|
|
header-y += msm_audio_aac.h
|
|
header-y += msm_audio_ac3.h
|
|
header-y += msm_audio_amrnb.h
|
|
header-y += msm_audio_amrwb.h
|
|
header-y += msm_audio_amrwbplus.h
|
|
header-y += msm_audio_calibration.h
|
|
header-y += msm_audio_mvs.h
|
|
header-y += msm_audio_qcp.h
|
|
header-y += msm_audio_sbc.h
|
|
header-y += msm_audio_voicememo.h
|
|
header-y += msm_audio_wma.h
|
|
header-y += msm_audio_wmapro.h
|
|
header-y += msm_audio_alac.h
|
|
header-y += msm_audio_ape.h
|
|
header-y += msm_audio_g711.h
|
|
header-y += msm_audio_g711_dec.h
|
|
header-y += mfd/
|
|
header-y += wcd-spi-ac-params.h
|