Ignore:
Timestamp:
2007-01-22T12:56:29Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7b7be3f
Parents:
da1f9dc
Message:

another typedefs to anonymous structs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/time/timeout.h

    rda1f9dc r62c63fc  
    4545typedef void (* timeout_handler_t)(void *arg);
    4646
    47 struct timeout {
     47typedef struct {
    4848        SPINLOCK_DECLARE(lock);
    4949
     
    5656       
    5757        cpu_t *cpu;                     /**< On which processor is this timeout registered. */
    58 };
     58} timeout_t;
    5959
    6060extern void timeout_init(void);
Note: See TracChangeset for help on using the changeset viewer.