summaryrefslogtreecommitdiff
path: root/include/linux/i2c-ns9xxx.h
blob: 0e9e1797f51aa7ac29475f41f7beafd20907295f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * include/linux/i2c-ns9xxx.h
 *
 * Copyright (C) 2008 by Digi International Inc.
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */
#ifndef _LINUX_I2C_NS9XXX_H
#define _LINUX_I2C_NS9XXX_H

struct plat_ns9xxx_i2c {
	unsigned int gpio_scl;
	unsigned int gpio_sda;
	unsigned int speed;
	void (*gpio_configuration_func)(void);
};

#endif /* ifndef _LINUX_I2C_NS9XXX_H */