Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / dev / pci / n8 / common / displayRegs.h
blob4c9807f1aa8498b2b45164b0d527f4dc861c703d
1 /*-
2 * Copyright (C) 2001-2003 by NBMK Encryption Technologies.
3 * All rights reserved.
5 * NBMK Encryption Technologies provides no support of any kind for
6 * this software. Questions or concerns about it may be addressed to
7 * the members of the relevant open-source community at
8 * <tech-crypto@netbsd.org>.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions are
12 * met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer.
17 * 2. Redistributions in binary form must reproduce the above
18 * copyright notice, this list of conditions and the following
19 * disclaimer in the documentation and/or other materials provided
20 * with the distribution.
22 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 /*****************************************************************************
36 * @(#) displayRegs.h 1.8@(#)
37 *****************************************************************************/
39 /*****************************************************************************/
40 /** @file displayRegs.c
41 * @brief NSP2000 Device Driver register display functions
43 * This file displays the register set of the NSP2000 device for debugging
44 * purposes.
46 *****************************************************************************/
48 /*****************************************************************************
49 * Revision history:
50 * 03/29/02 brr Updated prototype for N8_DisplayRegisters.
51 * 11/10/01 brr Modified to support static allocations of persistant data
52 * by the driver.
53 * 09/07/01 mmd Further removal of references to "simon".
54 * 08/16/01 mmd Now includes nsp2000_regs.h instead of simon.h.
55 * 07/26/01 brr Original version.
56 ****************************************************************************/
57 /** @defgroup NSP2000Driver NSP2000 Device Driver
61 #ifndef DISPLAYREGS_H
62 #define DISPLAYREGS_H
65 #include "nsp2000_regs.h"
66 #include "n8_driver_main.h"
69 extern void N8_DisplayRegisters(void);
73 #endif /* DISPLAYREGS_H */