hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/i2c/busses/i2c-iop3xx.h
....@@ -1,17 +1,11 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* ------------------------------------------------------------------------- */
23 /* i2c-iop3xx.h algorithm driver definitions private to i2c-iop3xx.c */
34 /* ------------------------------------------------------------------------- */
45 /* Copyright (C) 2003 Peter Milne, D-TACQ Solutions Ltd
56 * <Peter dot Milne at D hyphen TACQ dot com>
67
7
- This program is free software; you can redistribute it and/or modify
8
- it under the terms of the GNU General Public License as published by
9
- the Free Software Foundation, version 2.
10
-
11
- This program is distributed in the hope that it will be useful,
12
- but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- GNU General Public License for more details. */
8
+ */
159 /* ------------------------------------------------------------------------- */
1610
1711
....@@ -98,6 +92,8 @@
9892 spinlock_t lock;
9993 u32 SR_enabled, SR_received;
10094 int id;
95
+ struct gpio_desc *gpio_scl;
96
+ struct gpio_desc *gpio_sda;
10197 };
10298
10399 #endif /* I2C_IOP3XX_H */