blob: 72c321b3c472fdbafcd3b658389d660731b074db [file] [log] [blame]
/*
* Copyright © 2015-2016 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation (the "GPL").
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* A copy of the GPL is available at
* http://www.broadcom.com/licenses/GPLv2.php or from the Free Software
* Foundation at https://www.gnu.org/licenses/ .
*/
#ifndef _BRCMSTB_GPIO_API_H
#define _BRCMSTB_GPIO_API_H
int brcmstb_gpio_irq(uint32_t addr, unsigned int shift);
void brcmstb_gpio_remove(void);
#endif /* _BRCMSTB_GPIO_API_H */