Changeset 53 for trunk/hal/generic
- Timestamp:
- Jun 26, 2017, 4:22:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_ppm.h
r50 r53 50 50 **************************************************************************************** 51 51 * @ info : pointer on the boot_info structure. 52 * @ return a local pointer on the Physical Page Table / return NULLif failure.52 * @ return 0 if success / return ENOMEMM if failure. 53 53 ***************************************************************************************/ 54 struct page_s *hal_ppm_init( boot_info_t * info );54 error_t hal_ppm_init( boot_info_t * info ); 55 55 56 56 #endif /* HAL_PPM_H_ */
Note: See TracChangeset
for help on using the changeset viewer.