mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
10 lines
238 B
C
10 lines
238 B
C
#ifndef __USB_ENUMERATE_STORAGE
|
|
#define __USB_ENUMERATE_STORAGE
|
|
|
|
#include "dev_transfers.h"
|
|
#include "protocol.h"
|
|
|
|
extern void parse_endpoints(device_config_storage *const storage_dev, const endpoint_descriptor const *pEndpoint);
|
|
|
|
#endif
|