Changeset f429331 in mainline for kernel/generic/include/cpu.h


Ignore:
Timestamp:
2007-01-21T18:52:11Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
da1f9dc
Parents:
8dbc18c
Message:

remove some typedefs in favor of anonymous structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cpu.h

    r8dbc18c rf429331  
    5353 * There is one structure like this for every processor.
    5454 */
    55 struct cpu {
     55typedef struct {
    5656        SPINLOCK_DECLARE(lock);
    5757
     
    9292         */
    9393        uint8_t *stack;
    94 };
     94} cpu_t;
    9595
    9696extern cpu_t *cpus;
Note: See TracChangeset for help on using the changeset viewer.