summaryrefslogtreecommitdiff
path: root/driver/ppc/rt1718s.h
blob: f692bf3dd46361ac5a94a863109a610bf20af7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2021 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.
 */

/* Richtek RT1718S Type-C Power Path Controller */

#ifndef __CROS_EC_PPC_RT1718S_H
#define __CROS_EC_PPC_RT1718S_H

#include "driver/tcpm/rt1718s.h"
#include "usbc_ppc.h"

extern const struct ppc_drv rt1718s_ppc_drv;

#endif /* defined(__CROS_EC_PPC_RT1718S_H) */