]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/dev/advansys/advmcode.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / dev / advansys / advmcode.h
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
17 extern u_int8_t adv_mcode[];
18 extern u_int16_t adv_mcode_size;
19 extern u_int32_t adv_mcode_chksum;