mirror of
https://xff.cz/git/u-boot/
synced 2025-09-22 11:02:07 +02:00
10 lines
238 B
C
10 lines
238 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_APQ8016_LPASS_H
|
|
#define __DT_APQ8016_LPASS_H
|
|
|
|
#include <dt-bindings/sound/qcom,lpass.h>
|
|
|
|
/* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */
|
|
|
|
#endif /* __DT_APQ8016_LPASS_H */
|