linux/drivers/staging/media/atomisp/pci/input_system_local.h
<<
>>
Prefs
   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_input_system_local.h"
   9#else
  10#  include "isp2400_input_system_local.h"
  11#endif
  12