aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/benet/fwcmd_types_bmap.h
blob: 92217aff3a166c63b5c63c441b131486e62bbfff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * Copyright (C) 2005 - 2008 ServerEngines
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 2
 * as published by the Free Software Foundation.  The full GNU General
 * Public License is included in this distribution in the file called COPYING.
 *
 * Contact Information:
 * linux-drivers@serverengines.com
 *
 * ServerEngines
 * 209 N. Fair Oaks Ave
 * Sunnyvale, CA 94085
 */
/*
 * Autogenerated by srcgen version: 0127
 */
#ifndef __fwcmd_types_bmap_h__
#define __fwcmd_types_bmap_h__

/* MAC address format  */
struct MAC_ADDRESS_FORMAT {
	u16 SizeOfStructure;
	u8 MACAddress[6];
} __packed;

#endif /* __fwcmd_types_bmap_h__ */