2013-11-11 11:52:07 -05:00
|
|
|
#ifndef __PROCESSOR_H
|
|
|
|
#define __PROCESSOR_H
|
|
|
|
|
2013-11-16 11:41:03 -05:00
|
|
|
#define PROCESSOR_MODE_COUNT 10
|
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 */
|