summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/e1000_api.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-02-11 09:58:38 +0000
committerbz <bz@FreeBSD.org>2011-02-11 09:58:38 +0000
commitf7bc6ac84227745b06da42dbe3128694ce694f0b (patch)
tree69405dd621cf05d06d273f72c8ab525420887ed9 /sys/dev/e1000/e1000_api.h
parentf7710268a23676069049c773e8c8a4b0caff7fa5 (diff)
downloadFreeBSD-src-f7bc6ac84227745b06da42dbe3128694ce694f0b.zip
FreeBSD-src-f7bc6ac84227745b06da42dbe3128694ce694f0b.tar.gz
After r218530 export several functions which are no longer private to
e1000_mac.c but part of the e1000_api. X-MFC with: 218530 by jfv
Diffstat (limited to 'sys/dev/e1000/e1000_api.h')
-rw-r--r--sys/dev/e1000/e1000_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/e1000/e1000_api.h b/sys/dev/e1000/e1000_api.h
index 2621a6e..18b7e7b 100644
--- a/sys/dev/e1000/e1000_api.h
+++ b/sys/dev/e1000/e1000_api.h
@@ -120,6 +120,9 @@ s32 e1000_mng_write_cmd_header(struct e1000_hw *hw,
s32 e1000_mng_write_dhcp_info(struct e1000_hw * hw,
u8 *buffer, u16 length);
u32 e1000_translate_register_82542(u32 reg);
+s32 e1000_set_default_fc_generic(struct e1000_hw *hw);
+s32 e1000_commit_fc_settings_generic(struct e1000_hw *hw);
+s32 e1000_poll_fiber_serdes_link_generic(struct e1000_hw *hw);
/*
* TBI_ACCEPT macro definition:
OpenPOWER on IntegriCloud