]> err.no Git - linux-2.6/blobdiff - include/asm-m68knommu/mcfuart.h
x86: fix ACPI compile for LOCAL_APIC=n
[linux-2.6] / include / asm-m68knommu / mcfuart.h
index dc0146c5258b745bc3ebf094029626dfbf35eaaa..873d0805219ce7a635751df3367b87c2f773b07f 100644 (file)
 #endif
 
 
+#include <linux/serial_core.h>
+#include <linux/platform_device.h>
+
+struct mcf_platform_uart {
+       unsigned long   mapbase;        /* Physical address base */
+       void __iomem    *membase;       /* Virtual address if mapped */
+       unsigned int    irq;            /* Interrupt vector */
+       unsigned int    uartclk;        /* UART clock rate */
+};
+
 /*
  *     Define the ColdFire UART register set addresses.
  */