diff options
| author | songyanchao <[email protected]> | 2024-01-12 09:18:53 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-01-12 09:18:53 +0000 |
| commit | daaf9316fb1acd9620ff7a7c592d5567130a873a (patch) | |
| tree | 7876ec6e5aa7f1ceb2f77511ad0658456ba03707 /include | |
| parent | d61f6b7b9c1fd4955074c9a49ecb07a5adb6803f (diff) | |
✨ feat(DPISDN-33): Support non-contiguous configuration for Ef adapter id.
Support non-contiguous configuration for Ef adapter id.
Diffstat (limited to 'include')
| -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 b0e1b8d..0275904 100644 --- a/include/internal/adapter_define.h +++ b/include/internal/adapter_define.h @@ -11,8 +11,8 @@ enum adapter_type ADAPTER_TYPE_NONE }; -unsigned int nr_ef_adapters_get(); unsigned int nr_max_vwires_get(); +unsigned int nr_max_ef_adapters_get(); unsigned int nr_tera_adapters_get(); int ef_adapter_id_check(uint32_t ef_adapter_id); int vwire_id_check(uint32_t vwire_id); |
