linux-headers/arch/e2k/include/asm/gpio.h

22 lines
545 B
C

/*
* Generic GPIO API implementation for e2k.
*
* Derived from the generic GPIO API for x86:
*
* Copyright (c) 2012 MCST.
*
* Author: Evgeny Kravtsunov <kravtsunov_e@mcst.ru>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef _ASM_X86_GPIO_H
#define _ASM_X86_GPIO_H
#include <asm-l/gpio.h>
#endif /* _ASM_X86_GPIO_H */