mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2025-12-12 16:58:50 +01:00
6 lines
159 B
C
6 lines
159 B
C
#ifndef __PROD_SCREEN_SPEAKER__
|
|
#define __PROD_SCREEN_SPEAKER__
|
|
|
|
int launch_prod_screen_speaker(int argc, char *argv[]);
|
|
|
|
#endif //__PROD_SCREEN_SPEAKER__
|