litex/software/videomixer/processor.h
2013-11-11 17:52:07 +01:00

11 lines
252 B
C

#ifndef __PROCESSOR_H
#define __PROCESSOR_H
#define PROCESSOR_MODE_COUNT 2
#define PROCESSOR_MODE_DESCLEN 32
void processor_list_modes(char *mode_descriptors);
void processor_start(int mode);
void processor_service(void);
#endif /* __VIDEOMODE_H */