Changeset 435 for trunk/libs/stdio.c
- Timestamp:
- Feb 20, 2018, 5:32:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/stdio.c
r426 r435 292 292 ///////////// Non standard system calls //////////////////////////////////// 293 293 294 294 295 ////////////////////////// 295 296 int fg( unsigned int pid ) … … 345 346 } 346 347 347 /////////////////////////////////////// 348 int display_ process( unsigned int cxy )349 { 350 return hal_user_syscall( SYS_DISPLAY, 351 DISPLAY_ PROCESS,348 ///////////////////////////////////////////////// 349 int display_cluster_processes( unsigned int cxy ) 350 { 351 return hal_user_syscall( SYS_DISPLAY, 352 DISPLAY_CLUSTER_PROCESSES, 352 353 (reg_t)cxy, 0, 0 ); 353 354 } … … 365 366 return hal_user_syscall( SYS_DISPLAY, 366 367 DISPLAY_VFS, 0, 0, 0 ); 368 } 369 370 //////////////////////////////////////////////// 371 int display_txt_processes( unsigned int txt_id ) 372 { 373 return hal_user_syscall( SYS_DISPLAY, 374 DISPLAY_TXT_PROCESSES, 375 (reg_t)txt_id, 0, 0 ); 367 376 } 368 377
Note: See TracChangeset
for help on using the changeset viewer.