Changeset 474 for trunk/boot/tsar_mips32/boot_utils.h
- Timestamp:
- Aug 21, 2018, 9:50:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot_utils.h
r457 r474 210 210 * boot code detects an error. 211 211 ****************************************************************************/ 212 void boot_exit( ) __attribute__((noreturn));212 void boot_exit( void ) __attribute__((noreturn)); 213 213 214 214 /**************************************************************************** … … 217 217 * @ returns the processor cycle count. 218 218 ****************************************************************************/ 219 uint32_t boot_get_proctime( );219 uint32_t boot_get_proctime( void ); 220 220 221 221 /**************************************************************************** … … 224 224 * @ returns the processor gid 225 225 ****************************************************************************/ 226 uint32_t boot_get_procid( );226 uint32_t boot_get_procid( void ); 227 227 228 228 /****************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.