From: Alan Cox Date: Tue, 19 May 2015 22:51:14 +0000 (+0100) Subject: pcw8256: build fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b1dcf6c174838ab9b77807a4dd9a8fcd641d565c;p=FUZIX.git pcw8256: build fix --- diff --git a/Kernel/platform-pcw8256/config.h b/Kernel/platform-pcw8256/config.h index c6dec5d5..b71d1e31 100644 --- a/Kernel/platform-pcw8256/config.h +++ b/Kernel/platform-pcw8256/config.h @@ -55,4 +55,4 @@ #define NMOUNTS 2 /* Number of mounts at a time */ - +#define swap_map(x) ((uint8_t *)(x)) /* For now */