blob: 3a1ab9cc9cc03b9d4bb4320095562bc89b4f29f7 [file] [log] [blame]
Dhruvaraj Subhashchandran59642e22020-03-19 03:37:44 -05001namespace phosphor
2{
3namespace dump
4{
5namespace host
6{
7
8/**
9 * @brief Initiate offload of the dump with provided id
10 *
11 * @param[in] id - The Dump Source ID.
12 *
13 */
14void requestOffload(uint32_t id);
15} // namespace host
16} // namespace dump
17} // namespace phosphor