Rev 2923 | Rev 2937 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2923 | Rev 2935 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef MAIN_H_ |
35 | #ifndef MAIN_H_ |
36 | #define MAIN_H_ |
36 | #define MAIN_H_ |
37 | 37 | ||
38 | #include "include/arch/types.h" |
38 | #include "include/arch/types.h" |
- | 39 | #include "fib_synch.h" |
|
39 | 40 | ||
40 | typedef struct { |
41 | typedef struct { |
41 | int set; |
42 | int set; |
42 | unsigned addr; |
43 | unsigned addr; |
43 | breakpoint_arch_t arch; |
44 | breakpoint_arch_t arch; |
Line 45... | Line 46... | ||
45 | 46 | ||
46 | #define MAX_BRKPTS 64 |
47 | #define MAX_BRKPTS 64 |
47 | extern breakpoint_t brk_list[MAX_BRKPTS]; |
48 | extern breakpoint_t brk_list[MAX_BRKPTS]; |
48 | 49 | ||
49 | extern int app_phone; |
50 | extern int app_phone; |
- | 51 | extern fcv_t go_cv; |
|
- | 52 | ||
- | 53 | void breakpoint_hit(void); |
|
- | 54 | ||
50 | 55 | ||
51 | #endif |
56 | #endif |
52 | 57 | ||
53 | /** @} |
58 | /** @} |
54 | */ |
59 | */ |