summaryrefslogtreecommitdiff
path: root/common/usb_pe_sm.c
blob: 91f8b587ed9448a975aff1f88c56edc759fb35d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2019 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 "common.h"

/* Include USB PD Policy Engine State Machine */
#if defined(CONFIG_USB_TYPEC_VPD) || defined(CONFIG_USB_TYPEC_CTVPD)
#include "usb_pe_ctvpd_sm.h"
#else
#error "A USB PD Policy Engine State Machine must be defined."
#endif