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