From: Alan Cox Date: Fri, 2 Oct 2015 15:47:22 +0000 (+0100) Subject: zx128: platform_discard hook X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3a026a0aaa0f49f753513a1b4dcc072d91f119d2;p=FUZIX.git zx128: platform_discard hook --- diff --git a/Kernel/platform-zx128/config.h b/Kernel/platform-zx128/config.h index 06e9c320..9c906335 100644 --- a/Kernel/platform-zx128/config.h +++ b/Kernel/platform-zx128/config.h @@ -76,3 +76,5 @@ /* All our pages get mapped into the top 16K bank for swapping use */ #define swap_map(x) ((uint8_t *)(x|0xC000)) + +#define platform_discard()