10 lines
136 B
C
10 lines
136 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
unsigned int irq_sw_mode_support(void)
|
|
{
|
|
return 1;
|
|
}
|