blob: 67447b99e8dde8faed6632402d0c64df61848893 (
plain) (
tree)
|
|
#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
|