2013-11-11 11:52:07 -05:00
|
|
|
#ifndef __PROCESSOR_H
|
|
|
|
#define __PROCESSOR_H
|
|
|
|
|
2013-11-11 16:16:56 -05:00
|
|
|
#define PROCESSOR_MODE_COUNT 4
|
2013-11-11 11:52:07 -05:00
|
|
|
#define PROCESSOR_MODE_DESCLEN 32
|
|
|
|
|
|
|
|
void processor_list_modes(char *mode_descriptors);
|
|
|
|
void processor_start(int mode);
|
|
|
|
void processor_service(void);
|
|
|
|
|
|
|
|
#endif /* __VIDEOMODE_H */
|