gpiolib.h (a2ab1703748197b166c85b40d08a8d1fb612f55b) | gpiolib.h (dae5f0afcfc35ff64dfb65cddc6842ceeeca68c4) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ |
|
1/* 2 * Internal GPIO functions. 3 * 4 * Copyright (C) 2013, Intel Corporation 5 * Author: Mika Westerberg <mika.westerberg@linux.intel.com> | 2/* 3 * Internal GPIO functions. 4 * 5 * Copyright (C) 2013, Intel Corporation 6 * Author: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. | |
10 */ 11 12#ifndef GPIOLIB_H 13#define GPIOLIB_H 14 15#include <linux/gpio/driver.h> 16#include <linux/gpio/consumer.h> /* for enum gpiod_flags */ 17#include <linux/err.h> --- 293 unchanged lines hidden --- | 7 */ 8 9#ifndef GPIOLIB_H 10#define GPIOLIB_H 11 12#include <linux/gpio/driver.h> 13#include <linux/gpio/consumer.h> /* for enum gpiod_flags */ 14#include <linux/err.h> --- 293 unchanged lines hidden --- |