1996-10-07 02:07:07 +00:00
|
|
|
/*
|
|
|
|
* Exported interface to downloadable microcode for AdvanSys SCSI Adapters
|
|
|
|
*
|
1998-09-15 07:03:43 +00:00
|
|
|
* $Id: advmcode.h,v 1.3 1997/02/22 09:28:48 peter Exp $
|
1996-10-07 02:07:07 +00:00
|
|
|
*
|
|
|
|
* Obtained from:
|
|
|
|
*
|
1998-09-15 07:03:43 +00:00
|
|
|
* Copyright (c) 1995-1997 Advanced System Products, Inc.
|
1996-10-07 02:07:07 +00:00
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that redistributions of source
|
|
|
|
* code retain the above copyright notice and this comment without
|
|
|
|
* modification.
|
|
|
|
*/
|
|
|
|
|
|
|
|
extern u_int16_t adv_mcode[];
|
|
|
|
extern u_int16_t adv_mcode_size;
|
|
|
|
extern u_int32_t adv_mcode_chksum;
|