File: s6000.h

package info (click to toggle)
linux-tools 3.2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 57,020 kB
  • sloc: ansic: 724,385; perl: 11,579; makefile: 5,064; cpp: 3,963; python: 2,924; sh: 2,513; yacc: 1,291; lex: 947; asm: 880; pascal: 80
file content (10 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
#ifndef __LINUX_I2C_S6000_H
#define __LINUX_I2C_S6000_H

struct s6_i2c_platform_data {
	const char *clock; /* the clock to use */
	int bus_num; /* the bus number to register */
};

#endif