summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_rt1739.h
blob: 8d7427b27131c3f3c76078e6da06ed3a6b2f8147 (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 "driver/ppc/rt1739.h"

#define RT1739_BC12_COMPAT richtek_rt1739

#define BC12_CHIP_RT1739(id)             \
	{                                \
		.drv = &rt1739_bc12_drv, \
	},