Commit b836f915 authored by Lucas Russo's avatar Lucas Russo

src/sm_io/*,include/:fix libdisptable header filename

Now, we use disptable.h instead of disp_table.h
for the main library header filename.
parent 0b5b4099
......@@ -8,6 +8,6 @@
#ifndef _SM_IO_EXPORTS_HELPER_H_
#define _SM_IO_EXPORTS_HELPER_H_
#include "disp_table.h"
#include "disptable.h"
#endif
......@@ -8,7 +8,7 @@
#ifndef _SM_IO_ACQ_EXPORTS_H_
#define _SM_IO_ACQ_EXPORTS_H_
#include "disp_table.h"
#include "disptable.h"
extern disp_op_t acq_data_acquire_exp;
extern disp_op_t acq_check_data_acquire_exp;
......
......@@ -8,7 +8,7 @@
#ifndef _SM_IO_DSP_EXPORTS_H_
#define _SM_IO_DSP_EXPORTS_H_
#include "disp_table.h"
#include "disptable.h"
extern disp_op_t dsp_set_get_kx_exp;
extern disp_op_t dsp_set_get_ky_exp;
......
......@@ -8,7 +8,7 @@
#ifndef _SM_IO_FMC130M_4CH_EXPORTS_H_
#define _SM_IO_FMC130M_4CH_EXPORTS_H_
#include "disp_table.h"
#include "disptable.h"
extern disp_op_t fmc130m_4ch_leds_exp;
extern disp_op_t fmc130m_4ch_si571_oe_exp;
......
......@@ -8,7 +8,7 @@
#ifndef _SM_IO_RFFE_EXPORTS_H_
#define _SM_IO_RFFE_EXPORTS_H_
#include "disp_table.h"
#include "disptable.h"
extern disp_op_t rffe_set_get_sw_exp;
extern disp_op_t rffe_set_get_att1_exp;
......
......@@ -8,7 +8,7 @@
#ifndef _SM_IO_SWAP_EXPORTS_H_
#define _SM_IO_SWAP_EXPORTS_H_
#include "disp_table.h"
#include "disptable.h"
extern disp_op_t swap_set_get_sw_exp;
extern disp_op_t swap_set_get_sw_en_exp;
......
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