]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/i2c-dev.h
Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block
[mirror_ubuntu-jammy-kernel.git] / include / linux / i2c-dev.h
CommitLineData
16216333 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4
LT
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
1da177e4 8*/
1da177e4
LT
9#ifndef _LINUX_I2C_DEV_H
10#define _LINUX_I2C_DEV_H
11
607ca46e 12#include <uapi/linux/i2c-dev.h>
08fb68bb 13
08fb68bb 14#define I2C_MAJOR 89 /* Device major number */
1da177e4 15#endif /* _LINUX_I2C_DEV_H */