uart: add fd (file descriptor) to uart context
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Thomas Ingleby
parent
38acfe6d30
commit
bdadbb8b01
@@ -92,6 +92,7 @@ struct _uart {
|
||||
/*@{*/
|
||||
int index; /**< the uart index, as known to the os. */
|
||||
char* path; /**< the uart device path. */
|
||||
int fd; /**< file descriptor for device. */
|
||||
/*@}*/
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user