From d5231fd21fd97b346a286ab48dc049f83b6a2ee7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Oct 2015 19:40:08 +0100 Subject: [PATCH] coco3: platform_discard() --- Kernel/platform-coco3/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-coco3/config.h b/Kernel/platform-coco3/config.h index 83501f3b..4cb56181 100644 --- a/Kernel/platform-coco3/config.h +++ b/Kernel/platform-coco3/config.h @@ -86,3 +86,5 @@ extern unsigned char vt_map( unsigned char c ); #define DEVICE_IDE /* enable if IDE interface present */ #define IDE_REG_CS1_BASE 0xFF50 #define IDE_IS_MMIO 1 /* MMIO IDE */ + +#define platform_discard() -- 2.34.1