Changeset 1068f6a in mainline for generic/include/typedefs.h
- Timestamp:
- 2006-05-20T19:32:06Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1982e45
- Parents:
- 9ea6cc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/typedefs.h
r9ea6cc5 r1068f6a 64 64 typedef struct futex futex_t; 65 65 66 typedef struct chunk chunk_t;67 68 66 typedef struct buddy_system buddy_system_t; 69 67 typedef struct buddy_system_operations buddy_system_operations_t; 70 68 71 typedef enum as_area_type as_area_type_t;72 69 typedef struct as_area as_area_t; 73 70 typedef struct as as_t; 74 71 75 72 typedef struct link link_t; 76 77 typedef char *char_ptr;78 73 79 74 typedef struct the the_t;
Note:
See TracChangeset
for help on using the changeset viewer.