Ignore:
Timestamp:
Jun 26, 2017, 4:22:00 PM (7 years ago)
Author:
alain
Message:

Compilation OK pout TSAR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_ppm.h

    r50 r53  
    5050 ****************************************************************************************
    5151 * @ info       : pointer on the boot_info structure.
    52  * @ return a local pointer on the Physical Page Table / return NULL if failure.
     52 * @ return 0 if success / return ENOMEMM if failure.
    5353 ***************************************************************************************/
    54 struct page_s * hal_ppm_init( boot_info_t * info );
     54error_t hal_ppm_init( boot_info_t * info );
    5555
    5656#endif  /* HAL_PPM_H_ */
Note: See TracChangeset for help on using the changeset viewer.