Changeset 7ce9284 in mainline for include/cpu.h
- Timestamp:
- 2005-08-30T17:41:19Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b45aa23
- Parents:
- 10caad0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/cpu.h
r10caad0 r7ce9284 72 72 }; 73 73 74 /*75 * read/write by associated CPU76 * read only by other CPUs77 */78 struct cpu_private_data {79 thread_t *thread;80 task_t *task;81 };82 83 extern cpu_private_data_t *cpu_private_data;84 74 extern cpu_t *cpus; 85 75
Note:
See TracChangeset
for help on using the changeset viewer.