diff options
Diffstat (limited to '')
-rw-r--r-- | sw/z80/kernel/include/syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |