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 /common/dispatch.c | |
| parent | 8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff) | |
| download | kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip | |
rename to kmi
Diffstat (limited to 'common/dispatch.c')
| -rw-r--r-- | common/dispatch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dispatch.c b/common/dispatch.c index 25ff0eb..f5d5d2e 100644 --- a/common/dispatch.c +++ b/common/dispatch.c @@ -1,11 +1,11 @@ -#include <apos/uapi.h> -#include <apos/ipi.h> +#include <kmi/uapi.h> +#include <kmi/ipi.h> /** * @file dispatch.c * * Interface between assembly and C for dispatching syscalls/IPIs. - * In apos, IPIs are a higher level concept and is not expected to be handled by + * In kmi, IPIs are a higher level concept and is not expected to be handled by * the underlying architecture. Instead, we only require that there is some way * to trigger an interrupt in some other core, and check if the interrupt was an * IPI or syscall in C. |
