00001 #ifndef _TIROS_UTIL_H 00002 #define _TIROS_UTIL_H 00003 00004 /* Author: Ratish J. Punnoose, 2006 00005 * This file is part of TiROS, the Tickless Real-Time Operating System. 00006 * Copyright(c) 2006, 2007: Ratish J. Punnoose. 00007 * Copyright(c) 2006 Sandia Corporation. Under the terms of Contract 00008 * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains 00009 * certain rights in this software. 00010 * 00011 * TiROS is free software; you can redistribute it and/or modify it under 00012 * the terms of the GNU General Public License as published by the Free 00013 * Software Foundation; either version 2 or (at your option) any later version. 00014 * 00015 * TiROS is distributed in the hope that it will be useful, but WITHOUT ANY 00016 * WARRANTY; without even the implied warranty of MERCHANTABILITY or 00017 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00018 * for more details. 00019 * 00020 * You should have received a copy of the GNU General Public License along 00021 * with TiROS; if not, write to the Free Software Foundation, Inc., 00022 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 00023 * 00024 * As a special exception, if other files instantiate templates or use macros 00025 * or inline functions from this file, or you compile this file and link it 00026 * with other works to produce a work based on this file, this file does not 00027 * by itself cause the resulting work to be covered by the GNU General Public 00028 * License. However the source code for this file must still be made available 00029 * in accordance with section (3) of the GNU General Public License. 00030 * 00031 * This exception does not invalidate any other reasons why a work based on 00032 * this file might be covered by the GNU General Public License. 00033 * 00034 */ 00035 00036 #include "tr_port.h" 00037 00038 00039 /** Print the time structure 00040 * This is implemented in tr_util.c*/ 00041 void print_trtime(const trtime_t* t); 00042 00043 00044 00045 #endif