| /*# | |
| *#Copyright 2020, Data61, CSIRO (ABN 41 687 119 230) | |
| *# | |
| *#SPDX-License-Identifier: BSD-2-Clause | |
| #*/ | |
| #include <sel4/sel4.h> | |
| #include <platsupport/gpio.h> | |
| #include <platsupport/plat/gpio.h> | |
| /*# Declare all the function prototypes for this connector. #*/ | |
| gpio_id_t */*? me.interface.name ?*/_get_client_pins(seL4_Word badge); | |
| unsigned int /*? me.interface.name ?*/_num_client_pins(seL4_Word); | |
| seL4_Word /*? me.interface.name ?*/_get_pin_assignee(gpio_id_t pin_id); |