Changeset 486 for trunk/kernel/mm/page.h


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

[mm] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/page.h

    r469 r486  
    114114 * It scans the PPM dirty list, that should be empty when this operation is completed.
    115115 ************************************************************************************/
    116 void sync_all_pages();
     116void sync_all_pages( void );
    117117
    118118/*************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.