xref: /dflybsd-src/sys/dev/disk/advansys/advmcode.h (revision 76dba67c2ec64aa277a91b0ffaeb3db8ab94aa25)
1984263bcSMatthew Dillon /*
2984263bcSMatthew Dillon  * Exported interface to downloadable microcode for AdvanSys SCSI Adapters
3984263bcSMatthew Dillon  *
4984263bcSMatthew Dillon  * $FreeBSD: src/sys/dev/advansys/advmcode.h,v 1.6 2000/01/14 03:33:38 gibbs Exp $
51de703daSMatthew Dillon  * $DragonFly: src/sys/dev/disk/advansys/advmcode.h,v 1.2 2003/06/17 04:28:21 dillon Exp $
6984263bcSMatthew Dillon  *
7984263bcSMatthew Dillon  * Obtained from:
8984263bcSMatthew Dillon  *
9984263bcSMatthew Dillon  * Copyright (c) 1995-1999 Advanced System Products, Inc.
10984263bcSMatthew Dillon  * All Rights Reserved.
11984263bcSMatthew Dillon  *
12984263bcSMatthew Dillon  * Redistribution and use in source and binary forms, with or without
13984263bcSMatthew Dillon  * modification, are permitted provided that redistributions of source
14984263bcSMatthew Dillon  * code retain the above copyright notice and this comment without
15984263bcSMatthew Dillon  * modification.
16984263bcSMatthew Dillon  */
17984263bcSMatthew Dillon 
18*76dba67cSzrj extern u_int8_t adv_mcode[];
19984263bcSMatthew Dillon extern u_int16_t adv_mcode_size;
20984263bcSMatthew Dillon extern u_int32_t adv_mcode_chksum;
21