summaryrefslogtreecommitdiff
path: root/board/dingdong/usb_pd_pdo.h
blob: e1b628c3a8bc0ea17e55848a1a26b2559cbb28e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2021 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __CROS_EC_BOARD_DINGDONG_USB_PD_PDO_H
#define __CROS_EC_BOARD_DINGDONG_USB_PD_PDO_H

#include "stdint.h"

extern const uint32_t pd_src_pdo[0];
extern const int pd_src_pdo_cnt;

extern const uint32_t pd_snk_pdo[1];
extern const int pd_snk_pdo_cnt;

#endif /* __CROS_EC_BOARD_DINGDONG_USB_PD_PDO_H */