blob: 8bda414dbd73bdef24c93a816b39a1eb8a6129e6 [file] [log] [blame]
Bill Richardson55ae10f2012-10-20 11:44:34 +00001/*
2 * Copyright (c) 2012, Google Inc. All rights reserved.
Wolfgang Denk1a459662013-07-08 09:37:19 +02003 * SPDX-License-Identifier: GPL-2.0+
Bill Richardson55ae10f2012-10-20 11:44:34 +00004 */
5
6#ifndef _X86_GPIO_H_
7#define _X86_GPIO_H_
8
Simon Glassc15b0b82014-10-10 07:49:17 -06009#include <asm/arch/gpio.h>
Bill Richardson55ae10f2012-10-20 11:44:34 +000010#include <asm-generic/gpio.h>
11
12#endif /* _X86_GPIO_H_ */