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