#include #include static struct _avm_hw_config hw_config_hw233[] = { /* GPIO Configuration */ /* … DECT */ /* … FPGA */ /* … TDM */ /* … USB */ /* … WLAN */ { } }; struct _avm_hw_config_table avm_hw_config_tables[] = { { /* FRITZ!Box 6591, Puma 7, HW233a */ .hwrev = 233, .table = hw_config_hw233, }, { } }; EXPORT_SYMBOL(avm_hw_config_tables);