Commit 93110410 authored by Alessandro Rubini's avatar Alessandro Rubini

softpll/softpll_ng.h: add a missing prototype

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 76be8f76
......@@ -119,5 +119,9 @@ void spll_set_dac(int out_channel, int value);
/* Returns current DAC sample value for output (out_channel) */
int spll_get_dac(int out_channel);
/* For the shell command */
void spll_show_stats(void);
#endif // __SOFTPLL_NG_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment