aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers/arm/pl061_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/arm/pl061_gpio.h')
-rw-r--r--include/drivers/arm/pl061_gpio.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/drivers/arm/pl061_gpio.h b/include/drivers/arm/pl061_gpio.h
new file mode 100644
index 00000000..971a23da
--- /dev/null
+++ b/include/drivers/arm/pl061_gpio.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef __PL061_GPIO_H__
+#define __PL061_GPIO_H__
+
+#include <gpio.h>
+
+void pl061_gpio_register(uintptr_t base_addr, int gpio_dev);
+void pl061_gpio_init(void);
+
+#endif /* __PL061_GPIO_H__ */