summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys/advmcode.h
blob: c3794693e6adad4f619edad2cd0c43c9d0a867a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Exported interface to downloadable microcode for AdvanSys SCSI Adapters
 *
 *	$Id: advmcode.h,v 1.3 1997/02/22 09:28:48 peter Exp $
 *
 * Obtained from:
 *
 * Copyright (c) 1995-1997 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