// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef SYSCALL_H
#define SYSCALL_H

void syscall_init(void);

#endif