20 lines
652 B
C
20 lines
652 B
C
/****************************************************************************
|
|
* Driver for Solarflare Solarstorm network controllers and boards
|
|
* Copyright 2005-2006 Fen Systems Ltd.
|
|
* Copyright 2006-2008 Solarflare Communications Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License version 2 as published
|
|
* by the Free Software Foundation, incorporated herein by reference.
|
|
*/
|
|
|
|
#ifndef EFX_MAC_H
|
|
#define EFX_MAC_H
|
|
|
|
#include "net_driver.h"
|
|
|
|
extern struct efx_mac_operations falcon_gmac_operations;
|
|
extern struct efx_mac_operations falcon_xmac_operations;
|
|
|
|
#endif
|