Changeset 485 for trunk/kernel/kern/process.h
- Timestamp:
- Aug 21, 2018, 9:52:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/process.h
r457 r485 207 207 * to kernel TXT0, because these streams must be defined for all user processes. 208 208 ********************************************************************************************/ 209 void process_init_create( );209 void process_init_create( void ); 210 210 211 211 /********************************************************************************************* … … 444 444 * @ returns true if file descriptor array full. 445 445 ********************************************************************************************/ 446 bool_t process_fd_array_full( );446 bool_t process_fd_array_full( void ); 447 447 448 448 /********************************************************************************************* … … 514 514 * @ return TXT terminal index if succes / kernel panic if no terminal found. 515 515 ********************************************************************************************/ 516 uint32_t process_txt_alloc( );516 uint32_t process_txt_alloc( void ); 517 517 518 518 /*********************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.