summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_dwc_console.h
blob: ab2206d35900df1a0e2c8930dfc66a6a50010d06 (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 */