Files
mop3/kernel/amd64/systick.h
kamkow1 55ff95c897
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s
Schedule inside of systick_irq
2026-04-12 11:21:51 +02:00

10 lines
237 B
C

#ifndef _KERNEL_AMD64_SYSTICK_H
#define _KERNEL_AMD64_SYSTICK_H
#include <libk/std.h>
#include <proc/reschedule.h>
void systick_irq (void* arg, void* regs, bool user, struct reschedule_ctx* rctx);
#endif // // _KERNEL_AMD64_SYSTICK_H