Changeset f429331 in mainline for kernel/arch/ppc64/include/cpu.h
- Timestamp:
- 2007-01-21T18:52:11Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da1f9dc
- Parents:
- 8dbc18c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/include/cpu.h
r8dbc18c rf429331 38 38 #include <typedefs.h> 39 39 40 struct cpu_arch{40 typedef struct { 41 41 int version; 42 42 int revision; 43 } ;43 } cpu_arch_t; 44 44 45 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.