1 /* 2 * Copyright (c) 2021 Raspberry Pi (Trading) Ltd. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef _PICO_STDIO_USB_RESET_INTERFACE_H 8 #define _PICO_STDIO_USB_RESET_INTERFACE_H 9 10 // definitions have been moved here 11 #include "pico/usb_reset_interface.h" 12 13 #endif