···3030};31313232/*3333+ * Allocate 8250 platform device IDs. Nothing is implied by3434+ * the numbering here, except for the legacy entry being -1.3535+ */3636+enum {3737+ PLAT8250_DEV_LEGACY = -1,3838+ PLAT8250_DEV_PLATFORM,3939+ PLAT8250_DEV_PLATFORM1,4040+ PLAT8250_DEV_FOURPORT,4141+ PLAT8250_DEV_ACCENT,4242+ PLAT8250_DEV_BOCA,4343+ PLAT8250_DEV_HUB6,4444+ PLAT8250_DEV_MCA,4545+};4646+4747+/*3348 * This should be used by drivers which want to register3449 * their own 8250 ports without registering their own3550 * platform device. Using these will make your driver