linux/drivers/net/ethernet/broadcom/bnxt/bnxt_fw_hdr.h

/* Broadcom NetXtreme-C/E network driver.
 *
 * Copyright (c) 2014-2016 Broadcom Corporation
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation.
 */

#ifndef __BNXT_FW_HDR_H__
#define __BNXT_FW_HDR_H__

#define BNXT_FIRMWARE_BIN_SIGNATURE
#define BNXT_UCODE_TRAILER_SIGNATURE

enum SUPPORTED_FAMILY {};

enum SUPPORTED_CODE {};

enum SUPPORTED_MEDIA {};

struct bnxt_fw_header {};

/* Microcode and pre-boot software/firmware trailer: */
struct bnxt_ucode_trailer {};

#endif