1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  *    (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
4  */
5 
6 #ifdef ISP2401
7 #  include "isp2401_input_system_local.h"
8 #else
9 #  include "isp2400_input_system_local.h"
10 #endif
11