aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/syscall.h
blob: ff13d39d85a55d584358cbd90e74010854f7b982 (plain) (blame)
1
2
3
4
5
6
7
8
// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef SYSCALL_H
#define SYSCALL_H

void syscall_init(void);

#endif