remove stale programmer.py
[litex.git] / software / videomixer / processor.h
1 #ifndef __PROCESSOR_H
2 #define __PROCESSOR_H
3
4 #define PROCESSOR_MODE_COUNT 10
5 #define PROCESSOR_MODE_DESCLEN 32
6
7 void processor_list_modes(char *mode_descriptors);
8 void processor_start(int mode);
9 void processor_service(void);
10
11 #endif /* __VIDEOMODE_H */