From fafba296467b7398a97549a7d1f4dbf1552d6475 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 1 Aug 2017 01:32:37 +0200 Subject: filesystem structure intro and docs - new type pid_t and program management mechanism to make it easier to switch to a multitasking kernel - new memory related functions in memory.h to move, copy and manage pages - fix typos --- sw/z80/kernel/include/syscall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/z80/kernel/include/syscall.h') diff --git a/sw/z80/kernel/include/syscall.h b/sw/z80/kernel/include/syscall.h index 9641f25..29941c9 100644 --- a/sw/z80/kernel/include/syscall.h +++ b/sw/z80/kernel/include/syscall.h @@ -1,5 +1,5 @@ -#ifndef SYS_CALL -#define SYS_CALL +#ifndef __SYS_CALL_H__ +#define __SYS_CALL_H__ /* * Enable / disable virtual address traslation -- cgit v1.2.1