34 #include <sys/types.h> 37 #define ARC_CONSOLE_MAX_X 80 38 #define ARC_CONSOLE_MAX_Y 25 40 #define ARC_MAX_ESC 16 42 #define MAX_OPEN_STRINGLEN 200 43 #define ARC_MAX_HANDLES 10 45 #define MAX_STRING_TO_COMPONENT 20 46 #define MAX_CONFIG_DATA 50 const char * file_handle_string[ARC_MAX_HANDLES]
uint64_t next_component_address
int file_handle_in_use[ARC_MAX_HANDLES]
uint64_t console_ctrlregs
int configuration_data_len[MAX_CONFIG_DATA]
uint64_t memdescriptor_base
uint64_t configuration_data_configdata[MAX_CONFIG_DATA]
char escape_sequence[ARC_MAX_ESC+1]
uint64_t configuration_data_next_addr
uint64_t configuration_data_component[MAX_CONFIG_DATA]
uint64_t current_seek_offset[ARC_MAX_HANDLES]
char * string_to_component[MAX_STRING_TO_COMPONENT]
int n_string_to_components
#define MAX_STRING_TO_COMPONENT
uint64_t string_to_component_value[MAX_STRING_TO_COMPONENT]