David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | i2c-dev.h - i2c-bus driver, char device interface |
| 4 | |
| 5 | Copyright (C) 1995-97 Simon G. Vogl |
| 6 | Copyright (C) 1998-99 Frodo Looijaard <frodol@dds.nl> |
| 7 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 8 | */ |
| 9 | #ifndef _LINUX_I2C_DEV_H |
| 10 | #define _LINUX_I2C_DEV_H |
| 11 | |
| 12 | #include <uapi/linux/i2c-dev.h> |
| 13 | |
| 14 | #define I2C_MAJOR 89 /* Device major number */ |
| 15 | #endif /* _LINUX_I2C_DEV_H */ |