From: Alan Cox Date: Thu, 1 Oct 2015 20:40:25 +0000 (+0100) Subject: z80: tidy cpu.h X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d6697382695a21a72146d61d061dc39377262743;p=FUZIX.git z80: tidy cpu.h --- 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))