00001 /* 00002 * Copyright(c) Siemens AG, Muenchen, Germany, 2005, 2006, 2007 00003 * Bernhard Walle <bernhard.walle@gmx.de> 00004 * Gernot Hillier <gernot.hillier@siemens.com> 00005 * All rights reserved. 00006 * 00007 * ---------------------------------------------------------------------------- 00008 * The contents of this file are subject to the Mozilla Public License 00009 * Version 1.1 (the "License"); you may not use this file except in 00010 * compliance with the License. You may obtain a copy of the License at 00011 * http://www.mozilla.org/MPL/ 00012 * 00013 * Software distributed under the License is distributed on an "AS IS" 00014 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 00015 * License for the specific language governing rights and limitations 00016 * under the License. 00017 * 00018 * The Original Code is Siemens code. 00019 * 00020 * The Initial Developer of the Original Code is Siemens AG. 00021 * Portions created by the Initial Developer are Copyright (C) 2005-06 00022 * the Initial Developer. All Rights Reserved. 00023 * ---------------------------------------------------------------------------- 00024 */ 00025 #ifndef PAR_CP_H 00026 #define PAR_CP_H 00027 00028 #ifdef HAVE_CONFIG_H 00029 #include <config/config.h> 00030 #endif 00031 00032 #include "mostnetsdll.h" 00033 00044 void ParWrite(tMostMap map, byte value); 00045 00056 byte ParRead(tMostMap map); 00057 00068 void ParWriteBlock(tMostMap map, byte num, byte *data); 00069 00080 void ParReadBlock(tMostMap map, byte num, byte *data); 00081 00082 00083 #endif /* PAR_CP_H */ 00084 00085 /* vim: set ts=4 et sw=4: */