summaryrefslogtreecommitdiff
path: root/firmware/drivers/mas.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/mas.h')
-rw-r--r--firmware/drivers/mas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/mas.h b/firmware/drivers/mas.h
index 71604fb136..b2c164d9e9 100644
--- a/firmware/drivers/mas.h
+++ b/firmware/drivers/mas.h
@@ -109,5 +109,6 @@ int mas_direct_config_read(unsigned char reg);
109int mas_direct_config_write(unsigned char reg, unsigned int val); 109int mas_direct_config_write(unsigned char reg, unsigned int val);
110int mas_codec_writereg(int reg, unsigned int val); 110int mas_codec_writereg(int reg, unsigned int val);
111int mas_codec_readreg(int reg); 111int mas_codec_readreg(int reg);
112unsigned long mas_readver(void);
112 113
113#endif 114#endif