summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_pi3usb9201.h
blob: 701090133f6f1bc8cad00b02f951da6f29f649dd (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/bc12/pi3usb9201_public.h"

#define PI3USB9201_COMPAT pericom_pi3usb9201

#define BC12_CHIP_PI3USB9201(id)        \
	{                               \
		.drv = &pi3usb9201_drv, \
	},