aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/scatterlist.h')
0 files changed, 0 insertions, 0 deletions
lass="hl com">/* Owner module */ struct display_driver *driver; struct device *parent; /* This is the parent */ struct device *dev; /* This is this display device */ struct mutex lock; void *priv_data; char type[16]; char *name; int idx; }; extern struct display_device *display_device_register(struct display_driver *driver, struct device *dev, void *devdata); extern void display_device_unregister(struct display_device *dev); extern int probe_edid(struct display_device *dev, void *devdata); #define to_display_device(obj) container_of(obj, struct display_device, class_dev) #endif