upload tizen1.0 source
[kernel/linux-2.6.36.git] / include / linux / mmcoops.h
1 #ifndef __MMCOOPS_H
2 #define __MMCOOPS_H
3
4 #include <linux/platform_device.h>
5
6 struct mmcoops_platform_data {
7         struct platform_device  *pdev;
8         unsigned long           start;
9         unsigned long           size;
10 };
11
12 #endif