1 /* Broadcom NetXtreme-C/E network driver.
3 * Copyright (c) 2018 Broadcom Inc
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation.
10 #ifndef BNXT_COREDUMP_H
11 #define BNXT_COREDUMP_H
13 struct bnxt_coredump_segment_hdr
{
30 struct bnxt_coredump_record
{
46 char commandline
[256];
47 __le32 total_segments
;
61 __le32 coredump_status
;
62 __u8 ioctl_low_version
;
63 __u8 ioctl_high_version
;