/************************************************************************************** Copyright (c) 2002 The UbixOS Project $Id$ **************************************************************************************/ #ifndef _FDC_H #define _FDC_H #define fdcMsr (0x3f4) #define fdcData (0x3f5) void initFloppy(); void floppyIsr(); void floppyIsrhndlr(); void sendByte(int byte); int getByte(); #endif