blob: 4c86fce30a5101c93868f37f028bd15ad6425d41 [file] [log] [blame]
Thomas Gleixner162163332019-05-19 15:51:31 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
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
Linus Torvalds1da177e2005-04-16 15:20:36 -07008*/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#ifndef _LINUX_I2C_DEV_H
10#define _LINUX_I2C_DEV_H
11
David Howells607ca462012-10-13 10:46:48 +010012#include <uapi/linux/i2c-dev.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
David Brownell08fb68b2007-10-13 23:56:32 +020014#define I2C_MAJOR 89 /* Device major number */
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif /* _LINUX_I2C_DEV_H */