1fb546105SMyung Bae #pragma once 2*a8a5bc1bSEd Tanous /**************************************************************** 3*a8a5bc1bSEd Tanous * READ THIS WARNING FIRST 4*a8a5bc1bSEd Tanous * This is an auto-generated header which contains definitions 5*a8a5bc1bSEd Tanous * for Redfish DMTF defined messages. 6*a8a5bc1bSEd Tanous * DO NOT modify this registry outside of running the 7*a8a5bc1bSEd Tanous * parse_registries.py script. The definitions contained within 8*a8a5bc1bSEd Tanous * this file are owned by DMTF. Any modifications to these files 9*a8a5bc1bSEd Tanous * should be first pushed to the relevant registry in the DMTF 10*a8a5bc1bSEd Tanous * github organization. 11*a8a5bc1bSEd Tanous ***************************************************************/ 12fb546105SMyung Bae 13*a8a5bc1bSEd Tanous #include "http_response.hpp" 14*a8a5bc1bSEd Tanous 15*a8a5bc1bSEd Tanous #include <boost/url/url_view_base.hpp> 16fb546105SMyung Bae #include <nlohmann/json.hpp> 17fb546105SMyung Bae 18*a8a5bc1bSEd Tanous #include <source_location> 19fb546105SMyung Bae #include <string_view> 20fb546105SMyung Bae 21*a8a5bc1bSEd Tanous // IWYU pragma: no_forward_declare crow::Response 22*a8a5bc1bSEd Tanous 23*a8a5bc1bSEd Tanous namespace redfish 24fb546105SMyung Bae { 25fb546105SMyung Bae 26*a8a5bc1bSEd Tanous namespace messages 27fb546105SMyung Bae { 28*a8a5bc1bSEd Tanous nlohmann::json redfishServiceFunctional(); 29fb546105SMyung Bae 30fb546105SMyung Bae } 31*a8a5bc1bSEd Tanous } // namespace redfish 32