From: Alan Cox Date: Thu, 1 Oct 2015 18:42:15 +0000 (+0100) Subject: dragon-nx32: add platform_discard stub X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ffcf6731fa141298823487c6872b912e61ca9370;p=FUZIX.git dragon-nx32: add platform_discard stub --- diff --git a/Kernel/platform-dragon-nx32/config.h b/Kernel/platform-dragon-nx32/config.h index 6f776569..424434dd 100644 --- a/Kernel/platform-dragon-nx32/config.h +++ b/Kernel/platform-dragon-nx32/config.h @@ -68,3 +68,6 @@ #define NBUFS 6 /* Number of block buffers */ #define NMOUNTS 2 /* Number of mounts at a time */ #define swap_map(x) ((uint8_t *)(x)) + +#define platform_discard() +