Device layer rollup commit.
[dragonfly.git] / sys / bus / cam / scsi / scsi_low_pisa.h
1 /*      $FreeBSD: src/sys/cam/scsi/scsi_low_pisa.h,v 1.2.2.2 2001/07/22 00:21:41 non Exp $      */
2 /*      $DragonFly: src/sys/bus/cam/scsi/scsi_low_pisa.h,v 1.4 2004/02/11 17:46:33 joerg Exp $  */
3 /*      $NecBSD: scsi_low_pisa.h,v 1.3 1999/04/15 01:35:57 kmatsuda Exp $       */
4 /*      $NetBSD$        */
5
6 /*
7  * [NetBSD for NEC PC-98 series]
8  *  Copyright (c) 1998
9  *      NetBSD/pc98 porting staff. All rights reserved.
10  * 
11  *  Redistribution and use in source and binary forms, with or without
12  *  modification, are permitted provided that the following conditions
13  *  are met:
14  *  1. Redistributions of source code must retain the above copyright
15  *     notice, this list of conditions and the following disclaimer.
16  *  2. Redistributions in binary form must reproduce the above copyright
17  *     notice, this list of conditions and the following disclaimer in the
18  *     documentation and/or other materials provided with the distribution.
19  *  3. The name of the author may not be used to endorse or promote products
20  *     derived from this software without specific prior written permission.
21  * 
22  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
26  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32  * POSSIBILITY OF SUCH DAMAGE.
33  */
34
35 #ifndef _SCSI_LOW_PISA_H_
36 #define _SCSI_LOW_PISA_H_
37
38 #ifdef  __NetBSD__
39 int scsi_low_activate_pisa (pisa_device_handle_t);
40 int scsi_low_deactivate_pisa (pisa_device_handle_t);
41 int scsi_low_notify_pisa (pisa_device_handle_t, pisa_event_t);
42 #endif  /* __NetBSD__ */
43
44 #ifdef  __DragonFly__
45 int scsi_low_activate_pisa (struct scsi_low_softc *, int);
46 int scsi_low_deactivate_pisa (struct scsi_low_softc *);
47 #endif  /* __DragonFly__ */
48 #endif  /* !_SCSI_LOW_PISA_H_ */