lib: sbi: Document sbi_ecall_extension members
authorAndrew Jones <ajones@ventanamicro.com>
Mon, 15 May 2023 11:12:40 +0000 (13:12 +0200)
committerAnup Patel <anup@brainfault.org>
Sun, 21 May 2023 11:24:02 +0000 (16:54 +0530)
commit33f1722f2b6e1ad8f8bd0675271e3c7998d448c2
treea65fc05a13324ae831bc15fd893dc87d1a190d15
parentc3e31cbf364e1c47392e57d31d055193946e866e
lib: sbi: Document sbi_ecall_extension members

With the introduction of the register_extensions callback the
range members (extid_start and extid_end) may now change and it
has become a bit subtle as to when a probe function should be
implemented. Document all the members and their relationship to
the register_extensions callback.

Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
include/sbi/sbi_ecall.h