diff options
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index ac39463..2aedd3e 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -120,6 +120,8 @@ struct ap_info { uint8_t product_id; bool (*setup)(enum ap port); bool (*teardown)(enum ap port); + int attrs_start; + int attrs_end; }; #endif /* ~__MTS_IO_H */ |