blob: 67447b99e8dde8faed6632402d0c64df61848893 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef BLADERF2_COMPATIBILITY_H_
#define BLADERF2_COMPATIBILITY_H_
#include "helpers/version.h"
extern const struct version_compat_table bladerf2_fw_compat_table;
extern const struct version_compat_table bladerf2_fpga_compat_table;
#endif
|