blob: b91d5efec89b4185f18020bc95a73dbd0b95c671 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef BLADERF1_COMPATIBILITY_H_
#define BLADERF1_COMPATIBILITY_H_
#include "helpers/version.h"
extern const struct version_compat_table bladerf1_fw_compat_table;
extern const struct version_compat_table bladerf1_fpga_compat_table;
#endif
|