linux/drivers/net/ethernet/broadcom/bnxt/bnxt_nvm_defs.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_NVM_DEFS_H_
#define _BNXT_NVM_DEFS_H_

enum bnxt_nvm_directory_type {};

#define BNX_DIR_ORDINAL_FIRST

#define BNX_DIR_EXT_NONE
#define BNX_DIR_EXT_INACTIVE
#define BNX_DIR_EXT_UPDATE

#define BNX_DIR_ATTR_NONE
#define BNX_DIR_ATTR_NO_CHKSUM
#define BNX_DIR_ATTR_PROP_STREAM

enum bnxnvm_pkglog_field_index {};

#endif				/* Don't add anything after this line */