mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
19 lines
534 B
C
19 lines
534 B
C
/*-
|
|
* Exported interface to downloadable microcode for AdvanSys SCSI Adapters
|
|
*
|
|
* $FreeBSD$
|
|
*
|
|
* Obtained from:
|
|
*
|
|
* Copyright (c) 1995-1999 Advanced System Products, Inc.
|
|
* 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_int8_t adv_mcode[];
|
|
extern u_int16_t adv_mcode_size;
|
|
extern u_int32_t adv_mcode_chksum;
|