Private
Public Access
2
0

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:
Jon Trulson
2015-04-29 15:51:07 -06:00
committed by Thomas Ingleby
parent 38acfe6d30
commit bdadbb8b01
2 changed files with 2 additions and 0 deletions

View File

@@ -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. */
/*@}*/
};