aclk_contexts_api.h 302 B

123456789101112
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #ifndef ACLK_CONTEXTS_API_H
  3. #define ACLK_CONTEXTS_API_H
  4. #include "schema-wrappers/schema_wrappers.h"
  5. void aclk_send_contexts_snapshot(contexts_snapshot_t data);
  6. void aclk_send_contexts_updated(contexts_updated_t data);
  7. #endif /* ACLK_CONTEXTS_API_H */