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

#ifdef ISP2401
#  include "isp2401_system_global.h"
#else
#  include "isp2400_system_global.h"
#endif