aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx3/b200/firmware/b200_usb_descriptors.h
blob: f3889b9aff98af4996cd57df56d852447099ad1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright 2013-2014 Ettus Research LLC
// Copyright 2019 Ettus Research, a National Instruments Brand
//
// SPDX-License-Identifier: GPL-3.0-or-later
//

#ifndef _B200_USB_DESCRIPTORS_H
#define _B200_USB_DESCRIPTORS_H

#include "cyu3externcstart.h"

/* Descriptor definitions for USB enumerations. */
extern uint8_t b200_usb_fs_config_desc[];
extern uint8_t b200_usb_hs_config_desc[];
extern uint8_t b200_usb_ss_config_desc[];
extern uint8_t b200_dev_serial_desc[];

#include "cyu3externcend.h"

#endif /* _B200_USB_DESCRIPTORS_H */