bzip2/lzma: make internal initramfs compression configurable
[cascardo/linux.git] / drivers / staging / benet / fwcmd_hdr_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_hdr_bmap_h__
21 #define __fwcmd_hdr_bmap_h__
22
23 struct FWCMD_REQUEST_HEADER {
24         u8 opcode;
25         u8 subsystem;
26         u8 port_number;
27         u8 domain;
28         u32 timeout;
29         u32 request_length;
30         u32 rsvd0;
31 } __packed;
32
33 struct FWCMD_RESPONSE_HEADER {
34         u8 opcode;
35         u8 subsystem;
36         u8 rsvd0;
37         u8 domain;
38         u8 status;
39         u8 additional_status;
40         u16 rsvd1;
41         u32 response_length;
42         u32 actual_response_length;
43 } __packed;
44
45 /*
46  *  The firmware/driver overwrites the input FWCMD_REQUEST_HEADER with
47  *  the output  FWCMD_RESPONSE_HEADER.
48  */
49 union FWCMD_HEADER {
50         struct FWCMD_REQUEST_HEADER request;
51         struct FWCMD_RESPONSE_HEADER response;
52 } __packed;
53
54 #endif /* __fwcmd_hdr_bmap_h__ */