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