iwm: Fix S:N reporting in ifconfig(8)
[dragonfly.git] / sys / dev / disk / advansys / advmcode.h
1 /*
2  * Exported interface to downloadable microcode for AdvanSys SCSI Adapters
3  *
4  * $FreeBSD: src/sys/dev/advansys/advmcode.h,v 1.6 2000/01/14 03:33:38 gibbs Exp $
5  * $DragonFly: src/sys/dev/disk/advansys/advmcode.h,v 1.2 2003/06/17 04:28:21 dillon Exp $
6  *
7  * Obtained from:
8  *
9  * Copyright (c) 1995-1999 Advanced System Products, Inc.
10  * All Rights Reserved.
11  *   
12  * Redistribution and use in source and binary forms, with or without
13  * modification, are permitted provided that redistributions of source
14  * code retain the above copyright notice and this comment without
15  * modification.
16  */
17
18 extern u_int8_t adv_mcode[];
19 extern u_int16_t adv_mcode_size;
20 extern u_int32_t adv_mcode_chksum;