forked from Imagelibrary/rtems
New termios.c from Eric Norum.
Added new entry point to add in per physical port resource requirements.
This commit is contained in:
@@ -147,5 +147,9 @@ rtems_status_code rtems_termios_read (void *arg);
|
|||||||
rtems_status_code rtems_termios_write (void *arg);
|
rtems_status_code rtems_termios_write (void *arg);
|
||||||
rtems_status_code rtems_termios_ioctl (void *arg);
|
rtems_status_code rtems_termios_ioctl (void *arg);
|
||||||
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
||||||
|
void rtems_termios_reserve_resources(
|
||||||
|
rtems_configuration_table *configuration,
|
||||||
|
rtems_unsigned32 number_of_devices
|
||||||
|
);
|
||||||
|
|
||||||
#endif /* _RTEMS_LIBIO_H */
|
#endif /* _RTEMS_LIBIO_H */
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -147,5 +147,9 @@ rtems_status_code rtems_termios_read (void *arg);
|
|||||||
rtems_status_code rtems_termios_write (void *arg);
|
rtems_status_code rtems_termios_write (void *arg);
|
||||||
rtems_status_code rtems_termios_ioctl (void *arg);
|
rtems_status_code rtems_termios_ioctl (void *arg);
|
||||||
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
||||||
|
void rtems_termios_reserve_resources(
|
||||||
|
rtems_configuration_table *configuration,
|
||||||
|
rtems_unsigned32 number_of_devices
|
||||||
|
);
|
||||||
|
|
||||||
#endif /* _RTEMS_LIBIO_H */
|
#endif /* _RTEMS_LIBIO_H */
|
||||||
|
|||||||
@@ -147,5 +147,9 @@ rtems_status_code rtems_termios_read (void *arg);
|
|||||||
rtems_status_code rtems_termios_write (void *arg);
|
rtems_status_code rtems_termios_write (void *arg);
|
||||||
rtems_status_code rtems_termios_ioctl (void *arg);
|
rtems_status_code rtems_termios_ioctl (void *arg);
|
||||||
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
||||||
|
void rtems_termios_reserve_resources(
|
||||||
|
rtems_configuration_table *configuration,
|
||||||
|
rtems_unsigned32 number_of_devices
|
||||||
|
);
|
||||||
|
|
||||||
#endif /* _RTEMS_LIBIO_H */
|
#endif /* _RTEMS_LIBIO_H */
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -147,5 +147,9 @@ rtems_status_code rtems_termios_read (void *arg);
|
|||||||
rtems_status_code rtems_termios_write (void *arg);
|
rtems_status_code rtems_termios_write (void *arg);
|
||||||
rtems_status_code rtems_termios_ioctl (void *arg);
|
rtems_status_code rtems_termios_ioctl (void *arg);
|
||||||
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
|
||||||
|
void rtems_termios_reserve_resources(
|
||||||
|
rtems_configuration_table *configuration,
|
||||||
|
rtems_unsigned32 number_of_devices
|
||||||
|
);
|
||||||
|
|
||||||
#endif /* _RTEMS_LIBIO_H */
|
#endif /* _RTEMS_LIBIO_H */
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user