1/*-
2 * Exported interface to downloadable microcode for AdvanSys SCSI Adapters
3 *
4 * $FreeBSD$
5 *
6 * Obtained from:
7 *
8 * Copyright (c) 1995-1999 Advanced System Products, Inc.
9 * All Rights Reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that redistributions of source
13 * code retain the above copyright notice and this comment without
14 * modification.
15 */
16
17extern u_int8_t adv_mcode[];
18extern u_int16_t adv_mcode_size;
19extern u_int32_t adv_mcode_chksum;
20