Move function prototypes to headers

This commit is contained in:
Ed Clarke
2018-11-08 14:38:52 +00:00
parent 3debc9fef4
commit f014922e98
7 changed files with 28 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _AUDIO_CONFIG_
#define _AUDIO_CONFIG_
void AudioHwConfigure(unsigned samFreq, client i2c_master_if i_i2c);
void pll_nudge(int nudge);
void setup_audio_gpio(out port p_gpio);
#endif