summaryrefslogtreecommitdiffstats
path: root/usb/bdt.h
blob: f4bc57d76f9630c70f5cd01ffa491e64f104c3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef USB_BDT_H
#define USB_BDT_H

#include <reg/usbotg.h>

extern volatile struct usb0_bd usb_bdt[2][2][2];

#define BDT_RX 0
#define BDT_TX 1
#define BDT_EVEN 0
#define BDT_ODD 1

#endif /* USB_BDT_H */