summaryrefslogtreecommitdiffstats
path: root/include/ns16550.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ns16550.h')
-rw-r--r--include/ns16550.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/ns16550.h b/include/ns16550.h
index 36aa5ffae5..876bb0427f 100644
--- a/include/ns16550.h
+++ b/include/ns16550.h
@@ -33,18 +33,9 @@
struct NS16550_plat {
/** Clock speed */
unsigned int clock;
- /**
- * register read access capability
- */
- unsigned int (*reg_read) (unsigned long base, unsigned char reg_offset);
- /**
- * register write access capability
- */
- void (*reg_write) (unsigned int val, unsigned long base,
- unsigned char reg_offset);
-
int shift;
unsigned int flags;
+ int mmio;
#define NS16650_FLAG_DISABLE_FIFO 1
};