1 /*
2  * Copyright (c) 2017 The Fuchsia Authors
3  *
4  * Use of this source code is governed by a MIT-style
5  * license that can be found in the LICENSE file or at
6  * https://opensource.org/licenses/MIT
7  */
8 
9 #ifndef __TARGET_USB_H
10 #define __TARGET_USB_H
11 
12 void target_usb_setup(void);
13 
14 #endif
15