summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys/advmcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/advansys/advmcode.h')
-rw-r--r--sys/dev/advansys/advmcode.h19
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 0000000..c5688e5
--- /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;
OpenPOWER on IntegriCloud