diff options
| author | songyanchao <[email protected]> | 2024-01-12 10:17:19 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-01-12 10:17:19 +0000 |
| commit | 0bc92bef18678cbde138a175dd85bb4287e0760a (patch) | |
| tree | 44e644899a6a0b030e66b92f403ab7c3025b354c /include/internal | |
| parent | daaf9316fb1acd9620ff7a7c592d5567130a873a (diff) | |
✨ feat(DPISDN-33): Support non-contiguous configuration for Tera adapter id.
Support non-contiguous configuration for Tera adapter id.
Diffstat (limited to 'include/internal')
| -rw-r--r-- | include/internal/adapter_define.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/adapter_define.h b/include/internal/adapter_define.h index 0275904..5e6e131 100644 --- a/include/internal/adapter_define.h +++ b/include/internal/adapter_define.h @@ -13,7 +13,7 @@ enum adapter_type unsigned int nr_max_vwires_get(); unsigned int nr_max_ef_adapters_get(); -unsigned int nr_tera_adapters_get(); +unsigned int nr_max_tera_adapters_get(); int ef_adapter_id_check(uint32_t ef_adapter_id); int vwire_id_check(uint32_t vwire_id); int tera_adapter_id_check(uint32_t tera_adapter_id); |
