File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ operations on the ring buffer's memory. For example:
306306 API Reference
307307*************
308308
309- The following ring buffer APIs are provided by :file : `include/ring_buffer.h `:
309+ The following ring buffer APIs are provided by :zephyr_file : `include/ring_buffer.h `:
310310
311311.. doxygengroup :: ring_buffer_apis
312312 :project: Zephyr
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Related configuration options:
179179APIs
180180****
181181
182- The following memory domain APIs are provided by :file: ` kernel.h `:
182+ The following memory domain APIs are provided by :zephyr_file: ` include/ kernel.h `:
183183
184184* :c:macro: `K_MEM_PARTITION_DEFINE `
185185* :cpp:func: `k_mem_domain_init() `
Original file line number Diff line number Diff line change 477477****
478478
479479Helper macros for creating system call handlers are provided in
480- :file : `kernel/include/syscall_handler.h `:
480+ :zephyr_file : `kernel/include/syscall_handler.h `:
481481
482482* :c:macro: `Z_SYSCALL_HANDLER() `
483483* :c:macro: `Z_SYSCALL_HANDLER1_SIMPLE() `
@@ -496,7 +496,7 @@ Helper macros for creating system call handlers are provided in
496496* :c:macro: `Z_SYSCALL_VERIFY `
497497
498498Functions for invoking system calls are defined in
499- :file : `include/syscall.h `:
499+ :zephyr_file : `include/syscall.h `:
500500
501501* :c:func: `_arch_syscall_invoke0 `
502502* :c:func: `_arch_syscall_invoke1 `
You can’t perform that action at this time.
0 commit comments