amr_command_cluster
static void amr_freecmd_cluster(struct amr_command_cluster *acc);
struct amr_command_cluster *acc;
amr_freecmd_cluster(struct amr_command_cluster *acc)
struct amr_command_cluster *acc;
TAILQ_ENTRY(amr_command_cluster) acc_link;
#define AMR_CMD_CLUSTERCOUNT ((AMR_CMD_CLUSTERSIZE - sizeof(struct amr_command_cluster)) / \
TAILQ_HEAD(,amr_command_cluster) amr_cmd_clusters;