rp2040_usb_device_enumeration.h
1/*
2 * Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef _PICO_FIX_RP2040_USB_DEVICE_ENUMERATION_H
8#define _PICO_FIX_RP2040_USB_DEVICE_ENUMERATION_H
9
15void rp2040_usb_device_enumeration_fix(void);
16
17#endif