Changeset 499
- Timestamp:
- Aug 23, 2018, 12:02:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.c
r498 r499 752 752 * @ cxy : cluster identifier, 753 753 *********************************************************************************/ 754 void boot_loader( lid_t lid, 755 cxy_t cxy )754 extern void boot_loader( lid_t lid, 755 cxy_t cxy ) 756 756 { 757 757 boot_info_t * boot_info; // pointer on local boot_info_t structure
Note: See TracChangeset
for help on using the changeset viewer.