Merge branch 'genivi-mir' of github.com:otcshare/policy-misc into genivi-mir
[profile/ivi/pulseaudio-module-murphy-ivi.git] / murphy / switch.h
1 #ifndef foomirswitchfoo
2 #define foomirswitchfoo
3
4 #include <sys/types.h>
5
6 #include "userdata.h"
7
8
9 pa_bool_t mir_switch_setup_link(struct userdata *, mir_node *, mir_node *,
10                                 pa_bool_t);
11
12
13 #endif  /* foomirswitchfoo */
14
15
16 /*
17  * Local Variables:
18  * c-basic-offset: 4
19  * indent-tabs-mode: nil
20  * End:
21  *
22  */