diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-26 16:35:32 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-27 07:02:35 +0100 |
| commit | 00a77644192642e06462c11479a5c0e9bd859e9a (patch) | |
| tree | d86cee8a0d7f4d2894ced16614fcd4554e10c327 /kapi/CMakeLists.txt | |
| parent | 2521d58e7a5c16595e401e1af7becb572ad35f53 (diff) | |
| download | teachos-00a77644192642e06462c11479a5c0e9bd859e9a.tar.xz teachos-00a77644192642e06462c11479a5c0e9bd859e9a.zip | |
kapi: extract interrupts API
Diffstat (limited to 'kapi/CMakeLists.txt')
| -rw-r--r-- | kapi/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kapi/CMakeLists.txt b/kapi/CMakeLists.txt index 4c94829..99b737c 100644 --- a/kapi/CMakeLists.txt +++ b/kapi/CMakeLists.txt @@ -9,8 +9,7 @@ target_sources("kapi" PUBLIC "include/kapi/boot.hpp" "include/kapi/cio.hpp" "include/kapi/cpu.hpp" - "include/kapi/cpu/interrupts.hpp" - "include/kapi/cpu/exception.hpp" + "include/kapi/interrupts.hpp" "include/kapi/boot_module/boot_module.hpp" "include/kapi/boot_module/boot_module_registry.hpp" "include/kapi/memory.hpp" |
