blob: 6c4a9f5a502327110fd7da632437577924daa9bf [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef PL061_GPIO_H
8#define PL061_GPIO_H
Haojian Zhuang910bd8e2016-01-27 13:22:43 +08009
10#include <gpio.h>
11
12void pl061_gpio_register(uintptr_t base_addr, int gpio_dev);
13void pl061_gpio_init(void);
14
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000015#endif /* PL061_GPIO_H */