1 /* 2 * Copyright 2018 The Fuchsia Authors. All Rights Reserved. 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 #pragma once 10 11 #include <dev/usb/class/cdcserial.h> 12 13 /* This needs to be called before app_init. */ 14 void cdctest_setup(cdcserial_channel_t *chan); 15