From d6697382695a21a72146d61d061dc39377262743 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Oct 2015 21:40:25 +0100 Subject: [PATCH] z80: tidy cpu.h --- Kernel/cpu-z80/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/cpu-z80/cpu.h b/Kernel/cpu-z80/cpu.h index abc440f8..9a1e12da 100644 --- a/Kernel/cpu-z80/cpu.h +++ b/Kernel/cpu-z80/cpu.h @@ -78,4 +78,4 @@ typedef union { /* this structure is endian dependent */ loaded into common */ #define COMMON_MEMORY static void COMMONSEG(void) __naked { __asm .area _COMMONMEM __endasm; } -#define ntohs(x) ((((x) & 0xFF) << 8) | (((x) & 0xFF00) >> 8)) \ No newline at end of file +#define ntohs(x) ((((x) & 0xFF) << 8) | (((x) & 0xFF00) >> 8)) -- 2.34.1