blob: 57658af349b8908d4d078e73f799a85fafd71467 [file] [log] [blame]
Ramesh Iyyar3af5c322020-12-04 00:38:42 -06001// SPDX-License-Identifier: Apache-2.0
2
3namespace phosphor
4{
5namespace dump
6{
7namespace host
8{
9/**
10 * @brief Initiate offload of the dump with provided dump source ID
11 *
12 * @param[in] id - The Dump Source ID.
13 *
14 */
15void requestOffload(uint32_t)
16{
17 throw std::runtime_error("PLDM: Hostdump offload method not specified");
18}
19} // namespace host
20} // namespace dump
21} // namespace phosphor