Changeset 62c63fc in mainline for kernel/generic/include/time/timeout.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/time/timeout.h
rda1f9dc r62c63fc 45 45 typedef void (* timeout_handler_t)(void *arg); 46 46 47 struct timeout {47 typedef struct { 48 48 SPINLOCK_DECLARE(lock); 49 49 … … 56 56 57 57 cpu_t *cpu; /**< On which processor is this timeout registered. */ 58 } ;58 } timeout_t; 59 59 60 60 extern void timeout_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.