Rev 2942 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2942 | Rev 3108 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef TYPES_H_ |
35 | #ifndef ia32_TYPES_H_ |
36 | #define TYPES_H_ |
36 | #define ia32_TYPES_H_ |
37 | 37 | ||
38 | typedef struct { |
38 | typedef struct { |
39 | unsigned char back; |
39 | unsigned char back; |
40 | } breakpoint_arch_t; |
40 | } breakpoint_arch_t; |
41 | 41 |