1 #ifndef JACK_H
2 #define JACK_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 void moc_jack_funcs (struct hw_funcs *funcs);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif
15