Changeset 447 for trunk/kernel/kern/chdev.h
- Timestamp:
- Jun 19, 2018, 10:05:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/chdev.h
r440 r447 254 254 void chdev_dir_display(); 255 255 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 *****************************************************************************************/ 262 void chdev_queue_display( xptr_t chdev_xp ); 263 256 264 #endif /* _CHDEV_H_ */
Note: See TracChangeset
for help on using the changeset viewer.