summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_rt9490.h
blob: f9bc82f2925fdac626a93150a395070f42a928df (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright 2022 The Chromium OS Authors. All rights reserved.
 * 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, },