Commit de0a4793 authored by Tristan Gingold's avatar Tristan Gingold

board.h: clean up - remove unused declarations

parent 23c966c8
......@@ -75,9 +75,6 @@
/* Number of auxillary clock channels - usually equal to the number of FMCs */
#define NUM_AUX_CLOCKS 1
int board_init(void);
int board_update(void);
/* spll parameter that are board-specific */
#define BOARD_DIVIDE_DMTD_CLOCKS 0
#define BOARD_MAX_CHAN_REF 1
......@@ -98,8 +95,4 @@ int board_update(void);
#define SDBFS_REC 5
void sdb_find_devices(void);
void sdb_print_devices(void);
#endif /* __BOARD_WRC_H */
......@@ -65,9 +65,6 @@
/* Number of auxillary clock channels - usually equal to the number of FMCs */
#define NUM_AUX_CLOCKS 1
int board_init(void);
int board_update(void);
/* spll parameter that are board-specific */
# define BOARD_DIVIDE_DMTD_CLOCKS 0
# define NS_PER_CLOCK 16
......
......@@ -44,9 +44,6 @@
/* Number of auxillary clock channels - usually equal to the number of FMCs */
#define NUM_AUX_CLOCKS 1
int board_init(void);
int board_update(void);
/* spll parameter that are board-specific */
# define BOARD_DIVIDE_DMTD_CLOCKS 0
# define NS_PER_CLOCK 16
......
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