Changeset f429331 in mainline for kernel/arch/ppc32/include/cpu.h


Ignore:
Timestamp:
2007-01-21T18:52:11Z (17 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/arch/ppc32/include/cpu.h

    r8dbc18c rf429331  
    3838#include <typedefs.h>
    3939
    40 struct cpu_arch {
     40typedef struct {
    4141        int version;
    4242        int revision;
    43 };
     43} cpu_arch_t;
    4444       
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.