aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/input_system_global.h
blob: 5ac580ce64ed88274dd5d19928c44e50502d8fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *    (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
 */

#ifdef ISP2401
#  include "isp2401_input_system_global.h"
#else
#  include "isp2400_input_system_global.h"
#endif