summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/system_local.h
blob: dfcc4c2b8f16ced1c919dcc4df4490036f987013 (plain)
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_system_local.h"
#else
#  include "isp2400_system_local.h"
#endif