RTEMS | libtests/fdt02: additional testing (!1295)
Kinsey Moore (@opticron)
gitlab at rtems.org
Mon Jun 8 20:23:42 UTC 2026
Kinsey Moore started a new discussion on testsuites/libtests/fdt02/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1295#note_152142
>
> const char rtems_test_name[] = "FDT 02";
>
> +void test_mem_rsv(
> + rtems_fdt_handle *handle,
> + int count,
> + int n,
> + uint64_t exp_address,
> + uint64_t exp_size
> +);
> +
> rtems_task Init( rtems_task_argument argument );
>
> +void test_mem_rsv(
This should be static and then the prototype can be dropped.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1295#note_152142
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260608/521887ef/attachment-0001.htm>
More information about the bugs
mailing list