schema_wrappers.h 446 B

12345678910111213141516171819
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. // utility header to include all the message wrappers at once
  3. #ifndef SCHEMA_WRAPPERS_H
  4. #define SCHEMA_WRAPPERS_H
  5. #include "connection.h"
  6. #include "node_connection.h"
  7. #include "node_creation.h"
  8. #include "alarm_config.h"
  9. #include "alarm_stream.h"
  10. #include "node_info.h"
  11. #include "capability.h"
  12. #include "context_stream.h"
  13. #include "context.h"
  14. #include "agent_cmds.h"
  15. #endif /* SCHEMA_WRAPPERS_H */