diff options
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r-- | include/gdsys_fpga.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index e1b9c64626..bb8e144e04 100644 --- a/include/gdsys_fpga.h +++ b/include/gdsys_fpga.h @@ -17,7 +17,6 @@ enum { }; int get_fpga_state(unsigned dev); -void print_fpga_state(unsigned dev); int fpga_set_reg(u32 fpga, u16 *reg, off_t regoff, u16 data); int fpga_get_reg(u32 fpga, u16 *reg, off_t regoff, u16 *data); |