xref: /openbmc/bmcweb/redfish-core/include/heartbeat_messages.hpp (revision 80e6e25e7d721fa03fcc2b194881d8d8a64fe416)
1 #pragma once
2 /****************************************************************
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  ***************************************************************/
12 
13 #include "http_response.hpp"
14 
15 #include <boost/url/url_view_base.hpp>
16 #include <nlohmann/json.hpp>
17 
18 #include <source_location>
19 #include <string_view>
20 
21 // IWYU pragma: no_forward_declare crow::Response
22 
23 namespace redfish
24 {
25 
26 namespace messages
27 {
28 nlohmann::json redfishServiceFunctional();
29 
30 }
31 } // namespace redfish
32