Deleted Added
full compact
e1000_mac.h (169248) e1000_mac.h (169589)
1/*******************************************************************************
2
3 Copyright (c) 2001-2007, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32*******************************************************************************/
1/*******************************************************************************
2
3 Copyright (c) 2001-2007, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32*******************************************************************************/
33/*$FreeBSD: head/sys/dev/em/e1000_mac.h 169589 2007-05-16 00:14:23Z jfv $*/
33
34
34/*
35 * $FreeBSD: head/sys/dev/em/e1000_mac.h 169248 2007-05-04 13:30:44Z rwatson $
36 */
37
35
38
39#ifndef _E1000_MAC_H_
40#define _E1000_MAC_H_
41
36#ifndef _E1000_MAC_H_
37#define _E1000_MAC_H_
38
42#include "e1000_api.h"
43
44/* Functions that should not be called directly from drivers but can be used
45 * by other files in this 'shared code'
46 */
47s32 e1000_blink_led_generic(struct e1000_hw *hw);
48s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw);
49s32 e1000_check_for_fiber_link_generic(struct e1000_hw *hw);
50s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw);
51s32 e1000_cleanup_led_generic(struct e1000_hw *hw);

--- 45 unchanged lines hidden ---
39/* Functions that should not be called directly from drivers but can be used
40 * by other files in this 'shared code'
41 */
42s32 e1000_blink_led_generic(struct e1000_hw *hw);
43s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw);
44s32 e1000_check_for_fiber_link_generic(struct e1000_hw *hw);
45s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw);
46s32 e1000_cleanup_led_generic(struct e1000_hw *hw);

--- 45 unchanged lines hidden ---