summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_dwc_console.h
blob: f8a25d3894ffbd5655b7e4c69511248ad93b6ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2016 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.
 */

#ifndef __CHIP_STM32_USB_DWC_CONSOLE_H
#define __CHIP_STM32_USB_DWC_CONSOLE_H

#include "usb_hw.h"

extern struct dwc_usb_ep ep_console_ctl;

#endif /* __CHIP_STM32_USB_DWC_CONSOLE_H */