Changeset 6c5ee7f0 in rtems for cpukit/libmisc/shell/shell.h
- Timestamp:
- 09/16/11 09:16:32 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 7c9d27e
- Parents:
- fdc70e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/shell/shell.h
rfdc70e2 r6c5ee7f0 286 286 void rtems_shell_mount_del_fsys(rtems_shell_filesystems_t* fs); 287 287 288 typedef void (*rtems_shell_wait_for_input_notification)( 289 int fd, 290 int seconds_remaining, 291 void *arg 292 ); 293 294 /** 295 * @brief Waits for input. 296 * 297 * @retval RTEMS_SUCCESSFUL Input detected. 298 * @retval RTEMS_TIMEOUT Timeout expired. 299 * @retval RTEMS_UNSATISFIED Cannot change or restore termios attributes. 300 */ 301 rtems_status_code rtems_shell_wait_for_input( 302 int fd, 303 int timeout_in_seconds, 304 rtems_shell_wait_for_input_notification notification, 305 void *notification_arg 306 ); 307 288 308 #ifdef __cplusplus 289 309 }
Note: See TracChangeset
for help on using the changeset viewer.