Rev 3846 | Rev 3912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3846 | Rev 3886 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #ifndef __GENERIC_CHAR_MAP_H__ |
36 | #ifndef __GENERIC_CHAR_MAP_H__ |
| 37 | #define __GENERIC_CHAR_MAP_H__ |
37 | #define __GENERIC_CHAR_MAP_H__ |
| 38 | 38 | ||
| 39 | #include <unistd.h> |
39 | #include <unistd.h> |
| 40 | 40 | ||
| - | 41 | #include "../err.h" |
|
| - | 42 | ||
| 41 | #include "char_map.h" |
43 | #include "char_map.h" |
| 42 | #include "err.h" |
- | |
| 43 | #include "generic_field.h" |
44 | #include "generic_field.h" |
| 44 | 45 | ||
| 45 | #define GENERIC_CHAR_MAP_MAGIC_VALUE 0x12345622 |
46 | #define GENERIC_CHAR_MAP_MAGIC_VALUE 0x12345622 |
| 46 | 47 | ||
| 47 | #define GENERIC_CHAR_MAP_DECLARE( name, type ) \ |
48 | #define GENERIC_CHAR_MAP_DECLARE( name, type ) \ |