Changeset 4585bda in mainline for kernel/generic/include/proc/program.h
- Timestamp:
- 2012-06-01T09:09:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 79b5bc9
- Parents:
- fb04cd90 (diff), db675dd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/program.h
rfb04cd90 r4585bda 50 50 struct task *task; /**< Program task */ 51 51 struct thread *main_thread; /**< Program main thread */ 52 unsigned int loader_status; /**< Binary loader error status */ 52 53 } program_t; 53 54
Note:
See TracChangeset
for help on using the changeset viewer.