Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygencomm.h
Go to the documentation of this file.
00001 /* 00002 * FreeLoader 00003 * Copyright (C) 2001 Brian Palmer <brianp@sginet.com> 00004 * Copyright (C) 2001 Eric Kohl 00005 * Copyright (C) 2001 Emanuele Aliberti 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation; either version 2 of the License, or 00010 * (at your option) any later version. 00011 * 00012 * This program is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License along 00018 * with this program; if not, write to the Free Software Foundation, Inc., 00019 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00020 */ 00021 00022 #pragma once 00023 00024 BOOLEAN Rs232PortInitialize(ULONG ComPort, ULONG BaudRate); 00025 BOOLEAN Rs232PortGetByte(PUCHAR ByteRecieved); 00026 BOOLEAN Rs232PortPollByte(PUCHAR ByteRecieved); 00027 VOID Rs232PortPutByte(UCHAR ByteToSend); 00028 BOOLEAN Rs232PortInUse(ULONG Base); Generated on Sun May 27 2012 04:19:14 for ReactOS by
1.7.6.1
|