From 2e99fa6ed40e77155b8745133c6fc5ad123f2a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 11 Jan 2008 01:33:32 +0000 Subject: [PATCH] I need Mediach() git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23378 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/atari_m68k/toscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/atari_m68k/toscalls.h b/src/system/boot/platform/atari_m68k/toscalls.h index 2e8d00f8ec..d9e9ecd94f 100644 --- a/src/system/boot/platform/atari_m68k/toscalls.h +++ b/src/system/boot/platform/atari_m68k/toscalls.h @@ -67,7 +67,7 @@ struct tosbpb { #define Tickcal() bios(6) #define Getbpb(dev) (struct tosbpb *)bios(7, (uint16)dev) #define Bcostat(dev) bios(8, (uint16)dev) -//#define Mediach() bios(9, ) +#define Mediach(dev) bios(9, (int16)dev) #define Drvmap() (uint32)bios(10) #define Kbshift(mode) bios(11, (uint16)mode)