summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_rt9490.h
blob: a9371ddeea1e2bd8a9c584b0d0e8895b75049e22 (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/charger/rt9490.h"

#define RT9490_BC12_COMPAT richtek_rt9490_bc12

#define BC12_CHIP_RT9490(id)             \
	{                                \
		.drv = &rt9490_bc12_drv, \
	},