diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
| commit | ea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch) | |
| tree | 17081bd689709a9bfe48467c458425dea876bddd /lib | |
| parent | 8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff) | |
| download | kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip | |
rename to kmi
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdt_dbg.c | 2 | ||||
| -rw-r--r-- | lib/ubsan.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/fdt_dbg.c b/lib/fdt_dbg.c index d3c4e26..08e3d2d 100644 --- a/lib/fdt_dbg.c +++ b/lib/fdt_dbg.c @@ -6,7 +6,7 @@ * Dump fdt info to serial. */ -#include <apos/debug.h> +#include <kmi/debug.h> #include <libfdt.h> #if defined(DEBUG) diff --git a/lib/ubsan.c b/lib/ubsan.c index 5d7ff16..4675d06 100644 --- a/lib/ubsan.c +++ b/lib/ubsan.c @@ -12,8 +12,8 @@ * and outs of the undefined behaviour sanitizer subsystem. */ -#include <apos/types.h> -#include <apos/debug.h> +#include <kmi/types.h> +#include <kmi/debug.h> #if defined(DEBUG) /* ubsan is only sensible if we're in debug mode. */ |
