nomadik.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) nomadik.h (af873fcecef567abf8a3468b06dd4e4aab46da6d)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * nomadik.h
3 *
4 * Copyright (C) ST-Ericsson SA 2013
5 * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson.
2/*
3 * nomadik.h
4 *
5 * Copyright (C) ST-Ericsson SA 2013
6 * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson.
6 * License terms: GNU General Public License (GPL), version 2
7 */
8
9#define INPUT_NOPULL 0
10#define INPUT_PULLUP 1
11#define INPUT_PULLDOWN 2
12
13#define OUTPUT_LOW 0
14#define OUTPUT_HIGH 1

--- 22 unchanged lines hidden ---
7 */
8
9#define INPUT_NOPULL 0
10#define INPUT_PULLUP 1
11#define INPUT_PULLDOWN 2
12
13#define OUTPUT_LOW 0
14#define OUTPUT_HIGH 1

--- 22 unchanged lines hidden ---