summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2024-08-09 09:29:04 +0000
committersongyanchao <[email protected]>2024-08-09 10:23:03 +0000
commit96e1b64b3a4b53bf4c0882dbfecddd4796e826f6 (patch)
treee72a8b35995de537e572665a5c729fac660f14fc /include
parent0975a9d01780acb8aaf89db0704c46b21d9be3c0 (diff)
🎈 perf(DPISDN-52): Add CMocka-based test cases for ef ingress and ef egress node.
Add CMocka-based test cases for ef ingress and ef egress node.
Diffstat (limited to 'include')
-rw-r--r--include/internal/adapter_define.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/adapter_define.h b/include/internal/adapter_define.h
index 879ce52..63db8c6 100644
--- a/include/internal/adapter_define.h
+++ b/include/internal/adapter_define.h
@@ -14,7 +14,7 @@ enum adapter_type
unsigned int nr_max_vwires_get();
uint16_t ef_nr_adapters_get();
unsigned int nr_max_ef_adapters_get();
-void ef_adapter_id_get(uint16_t * ef_adapter_ids, uint16_t nr_adapters);
+void ef_adapter_ids_get(uint16_t * ef_adapter_ids, uint16_t nr_adapters);
unsigned int nr_max_tera_adapters_get();
uint32_t vwire_sid_start_get();
uint32_t ef_sid_start_get();