aboutsummaryrefslogtreecommitdiff
path: root/src/inc/syscall.h
blob: b0de099176a88ecb5f99da19a4059f44ab732b14 (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_install();

#endif