00001 00006 /* 00007 * Copyright (C) 2004 Bregmasoft 00008 * 00009 * This program is free software; you can redistribute it and/or modify it under 00010 * the terms of the GNU General Public License as published by the Free Software 00011 * Foundation; either version 2 of the License, or (at your option) any later 00012 * version. 00013 * 00014 * This program is distributed in the hope that it will be useful, but WITHOUT ANY 00015 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00016 * PARTICULAR PURPOSE. See the GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License along with 00019 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00020 * Place, Suite 330, Boston, MA 02111-1307 USA 00021 */ 00022 #ifndef ZYGOMA_IA32_KSTREAMBUF_H_ 00023 #define ZYGOMA_IA32_KSTREAMBUF_H_ 00024 00025 #include <arch/vgastreambuf.h> 00026 00027 namespace Zygoma 00028 { 00029 namespace ia32 00030 { 00031 typedef VgaStreambuf<char> KStreamBuf; 00032 } // namespace ia32 00033 } // namespace Zygoma 00034 00035 #endif // ZYGOMA_IA32_KSTREAMBUF_H_ Public License for more details.