Re: [PATCH rtems-central] spec/cache/coherent: Add return value for add area

2024-01-25 Thread Kinsey Moore
On Thu, Jan 25, 2024 at 2:17 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 24.01.24 18:19, Kinsey Moore wrote: > > This changes the return type for rtems_cache_coherent_add_area from void > > to rtems_status_code so that the function can report errors when they > > occur

Re: [PATCH rtems-central] spec/cache/coherent: Add return value for add area

2024-01-25 Thread Sebastian Huber
On 24.01.24 18:19, Kinsey Moore wrote: This changes the return type for rtems_cache_coherent_add_area from void to rtems_status_code so that the function can report errors when they occur. --- spec/rtems/cache/if/coherent-add-area.yml | 14 -- 1 file changed, 12 insertions(+), 2