Files
CherryUSB/class/hub/usbd_hub.h
2022-08-20 18:08:36 +08:00

20 lines
235 B
C

/*
* Copyright (c) 2022, sakumisu
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef USBD_HUB_H
#define USBD_HUB_H
#include "usb_hub.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* USBD_HUB_H */