00001 #ifndef NAV_PRINT_H_INCLUDED 00002 #define NAV_PRINT_H_INCLUDED 00003 00004 /* 00005 * Copyright (C) 2001, 2002 Billy Biggs <vektor@dumbterm.net>, 00006 * Håkan Hjort <d95hjort@dtek.chalmers.se> 00007 * 00008 * This program is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2 of the License, or (at 00011 * your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, but 00014 * WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 * General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with this program; if not, write to the Free Software 00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 */ 00022 00023 #include "nav_types.h" 00024 00029 #ifdef __cplusplus 00030 extern "C" { 00031 #endif 00032 00038 void navPrint_PCI(pci_t *); 00039 00045 void navPrint_DSI(dsi_t *); 00046 00047 #ifdef __cplusplus 00048 }; 00049 #endif 00050 #endif /* NAV_PRINT_H_INCLUDED */
1.5.5