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 | { | ||||
7 | void loadExtensions(sdbusplus::bus::bus&, DumpManagerList&) | ||||
8 | { | ||||
9 | } | ||||
10 | } // namespace dump | ||||
11 | } // namespace phosphor |