bottleros/Kernel/interruptions/include/systemCallsDispatcher.h

11 lines
190 B
C

#ifndef SYSCALLSDISP_H
#define SYSCALLSDISP_H
#include <stdint.h>
#include "systemCalls.h"
#include "memManager.h"
#include "pipeLib.h"
#include "semLib.h"
#include "schedulerLib.h"
#endif