pca953x.h (ef29884b2708a6cce3b77f4ccaeea193d4e02c22) pca953x.h (5b8031ccb4ed6e84457d883198d77efc307085dc)
1/*
2 * Copyright 2008 Extreme Engineering Solutions, Inc.
3 *
1/*
2 * Copyright 2008 Extreme Engineering Solutions, Inc.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * Version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
16 * MA 02111-1307 USA
4 * SPDX-License-Identifier: GPL-2.0
17 */
18
19#ifndef __PCA953X_H_
20#define __PCA953X_H_
21
22#define PCA953X_IN 0x00
23#define PCA953X_OUT 0x01
24#define PCA953X_POL 0x02

--- 15 unchanged lines hidden ---
5 */
6
7#ifndef __PCA953X_H_
8#define __PCA953X_H_
9
10#define PCA953X_IN 0x00
11#define PCA953X_OUT 0x01
12#define PCA953X_POL 0x02

--- 15 unchanged lines hidden ---