aboutsummaryrefslogtreecommitdiff
path: root/lib/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arch/x86_64')
-rw-r--r--lib/arch/x86_64/api.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/arch/x86_64/api.h b/lib/arch/x86_64/api.h
deleted file mode 100644
index 729bd1a..0000000
--- a/lib/arch/x86_64/api.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* Copyright (c) 2020 Johannes Stoelp */
-
-#pragma once
-
-extern "C" void yield(const void* new_stack, void** old_stack);
-void* init_stack(void* stack_ptr, void (*entry)(void*), const void* ctx);