Changeset 62c63fc in mainline for kernel/generic/include/typedefs.h
- Timestamp:
- 2007-01-22T12:56:29Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e7b7be3f
- Parents:
- da1f9dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/typedefs.h
rda1f9dc r62c63fc 53 53 typedef struct fpu_context fpu_context_t; 54 54 55 typedef struct timeout timeout_t;56 57 typedef struct runq runq_t;58 59 55 typedef struct spinlock spinlock_t; 60 56 typedef struct mutex mutex_t; … … 73 69 74 70 typedef struct link link_t; 75 76 typedef struct the the_t;77 71 78 72 typedef struct chardev chardev_t;
Note:
See TracChangeset
for help on using the changeset viewer.