~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/sfc/mcdi.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
 * Driver for Solarflare Solarstorm network controllers and boards
3
 
 * Copyright 2008-2009 Solarflare Communications Inc.
 
3
 * Copyright 2008-2010 Solarflare Communications Inc.
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify it
6
6
 * under the terms of the GNU General Public License version 2 as published
93
93
#define MCDI_EVENT_FIELD(_ev, _field)                   \
94
94
        EFX_QWORD_FIELD(_ev, MCDI_EVENT_ ## _field)
95
95
 
96
 
extern int efx_mcdi_fwver(struct efx_nic *efx, u64 *version, u32 *build);
 
96
extern void efx_mcdi_print_fwver(struct efx_nic *efx, char *buf, size_t len);
97
97
extern int efx_mcdi_drv_attach(struct efx_nic *efx, bool driver_operating,
98
98
                               bool *was_attached_out);
99
99
extern int efx_mcdi_get_board_cfg(struct efx_nic *efx, u8 *mac_address,