You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
291 B

#ifndef _CRASH_PROCESS_H_
#define _CRASH_PROCESS_H_
#define STEP_LENGTH 12
#define BYTES_PER_WORD 4
int analyse_crash_info(const unsigned char *buf, const int buf_len,
char *out_crash_analyzer_str,
int max_out_crash_analyzer_str_size);
#endif