summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_rt1718s.h
blob: e34f21c9e0ba263a037c1e04217461c16b6d584f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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, \
	},