Root/target/linux/s3c24xx/files-2.6.30/include/linux/gta02_hdq.h

1#ifndef __GTA02HDQ_H__
2#define __GTA02HDQ_H__
3
4/* platform data */
5
6struct gta02_hdq_platform_data {
7    /*
8     * give an opportunity to use us as parent for
9     * devices that depend on us
10     */
11    void (*attach_child_devices)(struct device *parent_device);
12};
13
14int gta02hdq_read(int address);
15int gta02hdq_write(int address, u8 data);
16int gta02hdq_initialized(void);
17
18#endif
19

Archive Download this file



interactive