1*d874cce4Sray /* $OpenBSD: advmcode.h,v 1.2 2008/06/26 05:42:16 ray Exp $ */ 277cb8e8aSkrw /* $NetBSD: advmcode.h,v 1.3 1998/09/26 16:02:57 dante Exp $ */ 377cb8e8aSkrw 477cb8e8aSkrw /* 577cb8e8aSkrw * Generic driver definitions and exported functions for the Advanced 677cb8e8aSkrw * Systems Inc. SCSI controllers 777cb8e8aSkrw * 877cb8e8aSkrw * Copyright (c) 1998 The NetBSD Foundation, Inc. 977cb8e8aSkrw * All rights reserved. 1077cb8e8aSkrw * 1177cb8e8aSkrw * Author: Baldassare Dante Profeta <dante@mclink.it> 1277cb8e8aSkrw * 1377cb8e8aSkrw * Redistribution and use in source and binary forms, with or without 1477cb8e8aSkrw * modification, are permitted provided that the following conditions 1577cb8e8aSkrw * are met: 1677cb8e8aSkrw * 1. Redistributions of source code must retain the above copyright 1777cb8e8aSkrw * notice, this list of conditions and the following disclaimer. 1877cb8e8aSkrw * 2. Redistributions in binary form must reproduce the above copyright 1977cb8e8aSkrw * notice, this list of conditions and the following disclaimer in the 2077cb8e8aSkrw * documentation and/or other materials provided with the distribution. 2177cb8e8aSkrw * 2277cb8e8aSkrw * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 2377cb8e8aSkrw * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2477cb8e8aSkrw * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2577cb8e8aSkrw * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 2677cb8e8aSkrw * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 2777cb8e8aSkrw * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 2877cb8e8aSkrw * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 2977cb8e8aSkrw * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3077cb8e8aSkrw * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3177cb8e8aSkrw * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3277cb8e8aSkrw * POSSIBILITY OF SUCH DAMAGE. 3377cb8e8aSkrw */ 3477cb8e8aSkrw 3577cb8e8aSkrw #ifndef ADV_MCODE_H 3677cb8e8aSkrw #define ADV_MCODE_H 3777cb8e8aSkrw 3877cb8e8aSkrw extern const u_int8_t asc_mcode[]; 3977cb8e8aSkrw extern const u_int16_t asc_mcode_size; 4077cb8e8aSkrw extern const u_int32_t asc_mcode_chksum; 4177cb8e8aSkrw 4277cb8e8aSkrw #endif /* ADV_MCODE_H */ 43