diff options
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index f469b83..cc88392 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -112,6 +112,7 @@ struct ap_info { bool (*teardown)(enum ap port); int attrs_start; int attrs_end; + char* (*gpio_pin_name_by_attr_name)(const char* name); }; #endif /* ~__MTS_IO_H */ |