Ignore:
Timestamp:
Aug 21, 2018, 9:52:05 PM (6 years ago)
Author:
viala@…
Message:

[hal/x86_64] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_gpt.c

    r457 r482  
    6161 * function, cluster0's heap is empty.
    6262 */
    63 void hal_gpt_bootstrap_reset()
     63void hal_gpt_bootstrap_reset( void )
    6464{
    6565        /*
     
    7878 * only call hal_gpt_bootstrap_valloc, without entering it in a PA.
    7979 */
    80 size_t hal_gpt_bootstrap_uniformize()
     80size_t hal_gpt_bootstrap_uniformize( void )
    8181{
    8282        size_t pa_offset = pa_avail - 0;
Note: See TracChangeset for help on using the changeset viewer.