Changeset 62c63fc in mainline for kernel/generic/include/arch.h


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/arch.h

    rda1f9dc r62c63fc  
    6060 * the base address of the stack.
    6161 */
    62 struct the {
     62typedef struct {
    6363        count_t preemption_disabled;    /**< Preemption disabled counter. */
    6464        thread_t *thread;               /**< Current thread. */
     
    6666        cpu_t *cpu;                     /**< Executing cpu. */
    6767        as_t *as;                       /**< Current address space. */
    68 };
     68} the_t;
    6969
    7070#define THE             ((the_t *)(get_stack_base()))
Note: See TracChangeset for help on using the changeset viewer.