Ignore:
Timestamp:
Jun 19, 2018, 10:05:52 PM (6 years ago)
Author:
alain
Message:

Introduce the chdev_queue_display() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/chdev.h

    r440 r447  
    254254void chdev_dir_display();
    255255
     256/******************************************************************************************
     257 * This function displays the list of threads registered in the queue associated
     258 * to the chdev identified by the <chdev_xp>.
     259 ******************************************************************************************
     260 * # root_xp  : extended pointer
     261 *****************************************************************************************/
     262void chdev_queue_display( xptr_t chdev_xp );
     263
    256264#endif  /* _CHDEV_H_ */
Note: See TracChangeset for help on using the changeset viewer.