Rev 3100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3100 | Rev 3108 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef TYPES_H_ |
35 | #ifndef mips32_TYPES_H_ |
| 36 | #define TYPES_H_ |
36 | #define mips32_TYPES_H_ |
| 37 | 37 | ||
| 38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
| - | 39 | ||
| 39 | #include "bstore.h" |
40 | #include <bstore.h> |
| 40 | 41 | ||
| 41 | typedef struct { |
42 | typedef struct { |
| 42 | bstore_t bs; |
43 | bstore_t bs; |
| 43 | 44 | ||
| 44 | int n_next; |
45 | int n_next; |