view src/cs/services/buzm/buzm_func_i.h @ 302:d32ac4edb634

aci: add AT%MSCAP command for tinkering with /pcm/MSCAP
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 05 Jun 2023 21:34:33 +0000
parents 8dfdf88d632f
children
line wrap: on
line source

/*
 * Declarations of internal functions live here.
 */

#ifndef __BUZM_FUNC_I
#define __BUZM_FUNC_I

#include "buzm/buzm_messages_i.h"

void buzm_process_message(T_RV_HDR *msg_ptr);
void buzm_process_start_req(struct buzm_start_msg *msg);
void buzm_process_stop_req(struct buzm_stop_msg *msg);
void buzm_handle_timer(void);

#endif	/* include guard */