blob: 971a23dab9fc38b3e75703451d48d7b3b2e17924 [file] [log] [blame]
Haojian Zhuang910bd8e2016-01-27 13:22:43 +08001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Haojian Zhuang910bd8e2016-01-27 13:22:43 +08005 */
6
7#ifndef __PL061_GPIO_H__
8#define __PL061_GPIO_H__
9
10#include <gpio.h>
11
12void pl061_gpio_register(uintptr_t base_addr, int gpio_dev);
13void pl061_gpio_init(void);
14
15#endif /* __PL061_GPIO_H__ */