#include #include #include #include #include #include #include #include #include #if 0 static struct resource orizon_cyio_resource[] = { [0] = { .start = IRQ_EINT0, .end = IRQ_EINT0, .flags = IORESOURCE_IRQ, }, [1] = { .start = IRQ_EINT7, .end = IRQ_EINT8, .flags = IORESOURCE_IRQ, }, [2] = { .start = IRQ_EINT10, .end = IRQ_EINT10, .flags = IORESOURCE_IRQ, }, [3] = { .start = IRQ_EINT14, .end = IRQ_EINT15, .flags = IORESOURCE_IRQ, }, }; #endif struct platform_device orizon_device_cyio = { .name = "cyio", .id = 0, #if 0 .num_resources = ARRAY_SIZE(orizon_cyio_resource), .resource = orizon_cyio_resource, #endif }; EXPORT_SYMBOL(orizon_device_cyio); struct platform_device orizon_device_tcon = { .name = "epaper-tcon", .id = 0, }; EXPORT_SYMBOL(orizon_device_tcon);