Dhruvaraj Subhashchandran | 8b9b469 | 2020-09-24 11:59:42 -0500 | [diff] [blame] | 1 | #include "dump-extensions.hpp" |
2 | |||||
3 | namespace phosphor | ||||
4 | { | ||||
5 | namespace dump | ||||
6 | { | ||||
Patrick Williams | 78e8840 | 2023-05-10 07:50:48 -0500 | [diff] [blame] | 7 | void loadExtensions(sdbusplus::bus_t&, DumpManagerList&) {} |
Dhruvaraj Subhashchandran | 8b9b469 | 2020-09-24 11:59:42 -0500 | [diff] [blame] | 8 | } // namespace dump |
9 | } // namespace phosphor |