xref: /linux/drivers/staging/media/atomisp/pci/system_local.h (revision 3503d56cc7233ced602e38a4c13caa64f00ab2aa)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 // SPDX-License-Identifier: GPL-2.0-or-later
3 /*
4  *    (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
5  */
6 
7 #ifdef ISP2401
8 #  include "isp2401_system_local.h"
9 #else
10 #  include "isp2400_system_local.h"
11 #endif
12