/* Copyright 2022 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "tcpm/rt1718s_public.h" #define RT1718S_BC12_COMPAT richtek_rt1718s_bc12 #define BC12_CHIP_RT1718S(id) \ { \ .drv = &rt1718s_bc12_drv, \ },