ALSA: Use define for ioctl definitions
[sfrench/cifs-2.6.git] / drivers / staging / benet / fwcmd_types_bmap.h
1 /*
2  * Copyright (C) 2005 - 2008 ServerEngines
3  * All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License version 2
7  * as published by the Free Software Foundation.  The full GNU General
8  * Public License is included in this distribution in the file called COPYING.
9  *
10  * Contact Information:
11  * linux-drivers@serverengines.com
12  *
13  * ServerEngines
14  * 209 N. Fair Oaks Ave
15  * Sunnyvale, CA 94085
16  */
17 /*
18  * Autogenerated by srcgen version: 0127
19  */
20 #ifndef __fwcmd_types_bmap_h__
21 #define __fwcmd_types_bmap_h__
22
23 /* MAC address format  */
24 struct MAC_ADDRESS_FORMAT {
25         u16 SizeOfStructure;
26         u8 MACAddress[6];
27 } __packed;
28
29 #endif /* __fwcmd_types_bmap_h__ */