Commit 4c41d994 authored by Lucas Russo's avatar Lucas Russo

hal/sm_io/modules/sm_io_codes.*: add RFFE module to general SMIO codes structure

parent e10b964b
......@@ -11,6 +11,7 @@ const disp_op_t **smio_exp_ops [] = {
acq_exp_ops,
dsp_exp_ops,
fmc130m_4ch_exp_ops,
swap_exp_ops
swap_exp_ops,
rffe_exp_ops,
};
......@@ -13,12 +13,14 @@
#include "sm_io_acq_codes.h"
#include "sm_io_dsp_codes.h"
#include "sm_io_swap_codes.h"
#include "sm_io_rffe_codes.h"
/* Include all function descriptors */
#include "sm_io_fmc130m_4ch_exports.h"
#include "sm_io_acq_exports.h"
#include "sm_io_dsp_exports.h"
#include "sm_io_swap_exports.h"
#include "sm_io_rffe_exports.h"
/* Merge all function descriptors in a single structure */
extern const disp_op_t **smio_exp_ops [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment