Changeset 482 for trunk/hal/x86_64/core/hal_gpt.c
- Timestamp:
- Aug 21, 2018, 9:52:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_gpt.c
r457 r482 61 61 * function, cluster0's heap is empty. 62 62 */ 63 void hal_gpt_bootstrap_reset( )63 void hal_gpt_bootstrap_reset( void ) 64 64 { 65 65 /* … … 78 78 * only call hal_gpt_bootstrap_valloc, without entering it in a PA. 79 79 */ 80 size_t hal_gpt_bootstrap_uniformize( )80 size_t hal_gpt_bootstrap_uniformize( void ) 81 81 { 82 82 size_t pa_offset = pa_avail - 0;
Note: See TracChangeset
for help on using the changeset viewer.