diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-10-07 02:07:07 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-10-07 02:07:07 +0000 |
| commit | 0a42ab83792022a1217f7269bbda94d153e2b399 (patch) | |
| tree | 7361912c7b272d7c8f03eee6a1f6560309fd76b0 /sys/dev/advansys/advmcode.h | |
| parent | b109ceda2fbf1a7a1a8b10d0d6af8307970c7b9d (diff) | |
Notes
Diffstat (limited to 'sys/dev/advansys/advmcode.h')
| -rw-r--r-- | sys/dev/advansys/advmcode.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/dev/advansys/advmcode.h b/sys/dev/advansys/advmcode.h new file mode 100644 index 000000000000..c5688e579cf5 --- /dev/null +++ b/sys/dev/advansys/advmcode.h @@ -0,0 +1,19 @@ +/* + * Exported interface to downloadable microcode for AdvanSys SCSI Adapters + * + * $Id$ + * + * Obtained from: + * + * Copyright (c) 1995-1996 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_int16_t adv_mcode[]; +extern u_int16_t adv_mcode_size; +extern u_int32_t adv_mcode_chksum; |
