Kyösti Mälkki | 93b4ed9 | 2012-04-18 21:13:33 +0300 | [diff] [blame] | 1 | #ifndef E7505_DEBUG_H |
2 | #define E7505_DEBUG_H | ||||
3 | |||||
4 | void print_debug_pci_dev(unsigned dev); | ||||
5 | void print_pci_devices(void); | ||||
6 | void dump_pci_device(unsigned dev); | ||||
7 | void dump_pci_devices(void); | ||||
8 | void dump_pci_devices_on_bus(unsigned busn); | ||||
9 | void dump_spd_registers(const struct mem_controller *ctrl); | ||||
10 | void dump_smbus_registers(void); | ||||
11 | void dump_io_resources(unsigned port); | ||||
12 | void dump_mem(unsigned start, unsigned end); | ||||
13 | |||||
14 | #endif |