summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/pcd_enumerate.h
blob: aa007de279a02c5a9f5012640687388f92606703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _OPCD_USB_H
#define _OPCD_USB_H

#include <sys/types.h>
#include "src/openpcd.h"

extern void udp_init(void);
extern int udp_refill_ep(int ep, struct req_ctx *rctx);
extern void udp_unthrottle(void);

#endif 

personal git repositories of Harald Welte. Your mileage may vary