X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao.h;h=77f3259ee5ca5e22186c2662773314ce14cd2122;hb=01952da35a57ae4da062facb26b3c6d7de29190f;hp=2d2bbf82ac247459cbf68f1e5e5101a28ba4886d;hpb=359ba0d9fc2c5947e6adc98bebcd061069c61e79;p=fw%2Faltos diff --git a/src/ao.h b/src/ao.h index 2d2bbf82..77f3259e 100644 --- a/src/ao.h +++ b/src/ao.h @@ -403,6 +403,14 @@ ao_cmd_register(__code struct ao_cmds *cmds); void ao_cmd_init(void); +#if HAS_CMD_FILTER +/* + * Provided by an external module to filter raw command lines + */ +uint8_t +ao_cmd_filter(void); +#endif + /* * ao_dma.c */