Skip to content
  • Simon Glass's avatar
    common: Drop net.h from common header · 90526e9f
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    
    Move this header out of the common header. Network support is used in
    quite a few places but it still does not warrant blanket inclusion.
    
    Note that this net.h header itself has quite a lot in it. It could be
    split into the driver-mode support, functions, structures, checksumming,
    etc.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    90526e9f