| 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&) | ||||
| Jayanth Othayoth | 0af74a5 | 2021-04-08 03:55:21 -0500 | [diff] [blame] | 8 | {} |
| Dhruvaraj Subhashchandran | 8b9b469 | 2020-09-24 11:59:42 -0500 | [diff] [blame] | 9 | } // namespace dump |
| 10 | } // namespace phosphor | ||||