1 #ifndef OSS_H
2 #define OSS_H
3 
4 #include "audio.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 void oss_funcs (struct hw_funcs *funcs);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
17