Changeset 2b50d7c in mainline for include/config.h
- Timestamp:
- 2005-05-28T20:13:25Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 747a2476
- Parents:
- 87cb9e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/config.h
r87cb9e2 r2b50d7c 39 39 struct config { 40 40 __address base; 41 __u32memory_size;42 __u32kernel_size;41 size_t memory_size; 42 size_t kernel_size; 43 43 44 int cpu_count;45 volatile int cpu_active;44 count_t cpu_count; 45 volatile count_t cpu_active; 46 46 }; 47 47
Note:
See TracChangeset
for help on using the changeset viewer.