blob: b40d8eaa6257326eea210952e79494ebc2702113 [file] [log] [blame]
Myung Baefb546102024-10-29 10:21:26 -05001#pragma once
Ed Tanousa8a5bc12024-12-02 15:43:16 -08002/****************************************************************
3 * READ THIS WARNING FIRST
4 * This is an auto-generated header which contains definitions
5 * for Redfish DMTF defined messages.
6 * DO NOT modify this registry outside of running the
7 * parse_registries.py script. The definitions contained within
8 * this file are owned by DMTF. Any modifications to these files
9 * should be first pushed to the relevant registry in the DMTF
10 * github organization.
11 ***************************************************************/
Myung Baefb546102024-10-29 10:21:26 -050012
13#include <nlohmann/json.hpp>
14
Ed Tanousa8a5bc12024-12-02 15:43:16 -080015// IWYU pragma: no_forward_declare crow::Response
16
17namespace redfish
Myung Baefb546102024-10-29 10:21:26 -050018{
19
Ed Tanousa8a5bc12024-12-02 15:43:16 -080020namespace messages
Myung Baefb546102024-10-29 10:21:26 -050021{
Ed Tanousa8a5bc12024-12-02 15:43:16 -080022nlohmann::json redfishServiceFunctional();
23
Myung Baefb546102024-10-29 10:21:26 -050024}
Ed Tanousa8a5bc12024-12-02 15:43:16 -080025} // namespace redfish