Changeset 296 for trunk/hal/generic/hal_ppm.h
- Timestamp:
- Jul 31, 2017, 1:59:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_ppm.h
r64 r296 54 54 error_t hal_ppm_init( boot_info_t * info ); 55 55 56 /**************************************************************************************** 57 * This function initializes the architecture specific core registers, for the 58 * calling core. It is executed by all cores during kernel_init(). 59 **************************************************************************************** 60 * @ info : pointer on the boot_info structure. 61 ***************************************************************************************/ 62 void hal_core_init( boot_info_t * info ); 63 64 65 56 66 #endif /* HAL_PPM_H_ */
Note: See TracChangeset
for help on using the changeset viewer.