summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/serial/ns16550.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libchip/serial/ns16550.c')
-rw-r--r--c/src/lib/libchip/serial/ns16550.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/c/src/lib/libchip/serial/ns16550.c b/c/src/lib/libchip/serial/ns16550.c
index a975dbb736..372e572a57 100644
--- a/c/src/lib/libchip/serial/ns16550.c
+++ b/c/src/lib/libchip/serial/ns16550.c
@@ -70,19 +70,12 @@ console_fns ns16550_fns_polled =
extern void set_vector( rtems_isr_entry, rtems_vector_number, int );
/*
- * Types for get and set register routines
- */
-
-typedef unsigned8 (*getRegister_f)(unsigned32 port, unsigned8 register);
-typedef void (*setRegister_f)(
- unsigned32 port, unsigned8 reg, unsigned8 value);
-/*
* Console Device Driver Entry Points
*/
static boolean ns16550_probe(int minor)
{
/*
- * If the configuration dependant probe has located the device then
+ * If the configuration dependent probe has located the device then
* assume it is there
*/
return(TRUE);