mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
build: move all hw maps and info into one central, separate file
Moves everything ddb_regset / ddb_regmap / ddb_info related (which is used to gather all information required for every piece of supported hardware) out from ddbridge-main, ddbridge-core and octonet-core into ddbridge-hw, which then in turn only requires annotations on all ddb_info structs, and doesn't need to export regsets, regmaps et al., thus reducing clutter.
This commit is contained in:
@@ -739,25 +739,6 @@ int ddbridge_flashread(struct ddb *dev, u32 link, u8 *buf, u32 addr, u32 len);
|
||||
extern int adapter_alloc;
|
||||
|
||||
/* ddbridge-core.c */
|
||||
/* hwmaps */
|
||||
extern struct ddb_regset octopus_input;
|
||||
extern struct ddb_regset octopus_output;
|
||||
extern struct ddb_regset octopus_i2c;
|
||||
extern struct ddb_regset octopus_i2c_buf;
|
||||
extern struct ddb_regmap octopus_map;
|
||||
extern struct ddb_regmap octopro_map;
|
||||
extern struct ddb_regmap octopro_hdin_map;
|
||||
extern struct ddb_regmap octopus_mod_map;
|
||||
extern struct ddb_regmap octopus_mod_2_map;
|
||||
extern struct ddb_regmap octopus_sdr_map;
|
||||
extern struct ddb_info ddb_s2_48;
|
||||
extern struct ddb_info ddb_ct2_8;
|
||||
extern struct ddb_info ddb_c2t2_8;
|
||||
extern struct ddb_info ddb_isdbt_8;
|
||||
extern struct ddb_info ddb_c2t2i_v0_8;
|
||||
extern struct ddb_info ddb_c2t2i_8;
|
||||
|
||||
/* function prototypes */
|
||||
void ddb_ports_detach(struct ddb *dev);
|
||||
void ddb_ports_release(struct ddb *dev);
|
||||
void ddb_buffers_free(struct ddb *dev);
|
||||
|
||||
Reference in New Issue
Block a user