Initial import from FreeBSD RELENG_4:
[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  *
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
17 extern u_int16_t adv_mcode[];
18 extern u_int16_t adv_mcode_size;
19 extern u_int32_t adv_mcode_chksum;