14 lines
210 B
C
14 lines
210 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __AAL_CONTROL_H__
|
|
#define __AAL_CONTROL_H__
|
|
|
|
#define AAL_TAG "[ALS/AAL]"
|
|
|
|
extern int aal_use;
|
|
#endif
|
|
|