summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/ns16550_p.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 17:17:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-25 17:17:46 +0000
commit8739322c109d0f60c241af46d16047e13aced76f (patch)
tree1eb19a48cab9f8a2eb1c3408a082bcd0f06f8643 /c/src/libchip/serial/ns16550_p.h
parentCorrected spacing and added a comment. (diff)
downloadrtems-8739322c109d0f60c241af46d16047e13aced76f.tar.bz2
Added ns16550_set_attributes.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/ns16550_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/libchip/serial/ns16550_p.h b/c/src/libchip/serial/ns16550_p.h
index 1ffd0725c7..27c3502a0d 100644
--- a/c/src/libchip/serial/ns16550_p.h
+++ b/c/src/libchip/serial/ns16550_p.h
@@ -226,6 +226,11 @@ NS16550_STATIC void ns16550_enable_interrupts(
int mask
);
+NS16550_STATIC int ns16550_set_attributes(
+ int minor,
+ const struct termios *t
+);
+
#ifdef __cplusplus
}
#endif