[arch][ops.h] force all of the fast routines to be inline

Also make sure each arch_ops.h always includes arch/ops.h at the top, to
make sure the declaration always appears in front of the definition.
This commit is contained in:
Travis Geiselbrecht
2025-09-20 16:35:21 -07:00
parent 04b88750b3
commit ad6ef65a5a
9 changed files with 20 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
*/
#pragma once
#include <arch/ops.h>
#include <lk/compiler.h>
#include <lk/debug.h>