diff options
-rw-r--r-- | include/asm-m68knommu/mcfuart.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h index dc0146c5258b..873d0805219c 100644 --- a/include/asm-m68knommu/mcfuart.h +++ b/include/asm-m68knommu/mcfuart.h | |||
@@ -51,6 +51,16 @@ | |||
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | 53 | ||
54 | #include <linux/serial_core.h> | ||
55 | #include <linux/platform_device.h> | ||
56 | |||
57 | struct mcf_platform_uart { | ||
58 | unsigned long mapbase; /* Physical address base */ | ||
59 | void __iomem *membase; /* Virtual address if mapped */ | ||
60 | unsigned int irq; /* Interrupt vector */ | ||
61 | unsigned int uartclk; /* UART clock rate */ | ||
62 | }; | ||
63 | |||
54 | /* | 64 | /* |
55 | * Define the ColdFire UART register set addresses. | 65 | * Define the ColdFire UART register set addresses. |
56 | */ | 66 | */ |