commit | 142cbf8fc81b0ea7e2fb278191eb395c7017b513 | [log] [tgz] |
---|---|---|
author | Kyle Moffett <Kyle.D.Moffett@boeing.com> | Tue Oct 18 11:05:28 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Fri Oct 28 00:35:26 2011 +0200 |
tree | cc64789e742b2cc61b7cff7e15060727dbee8781 | |
parent | 70946bc3dd96e1a6c1d732f496ce7063742d67e8 [diff] |
e1000: Export core EEPROM access functions for SPI support A followup patch will be adding a configurable feature to enable programming of E1000 EEPROMs from the command line or via the generic U-Boot SPI interface. In order for it to work it needs access to certain E1000-internal functions, so export those in the e1000.h header file. Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com> Cc: Ben Warren <biggerbadderben@gmail.com>