diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:43 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-17 13:26:48 -0500 |
| commit | 77f4e477ae85e7ad229a86337a2b951aa7b48e68 (patch) | |
| tree | d21af950d73afa1ca48197e99f2cf1410a146f99 /cmd | |
| parent | 2ebebb942d76f24d316bf268564b7c62a18d7a98 (diff) | |
common: Move do_tftpb() to net.h
This function belongs in the network header file. Move it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/pxe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/pxe.c b/cmd/pxe.c index 73f1b4fbd33..194a366aa15 100644 --- a/cmd/pxe.c +++ b/cmd/pxe.c @@ -6,6 +6,7 @@ #include <common.h> #include <command.h> +#include <net.h> #include "pxe_utils.h" |
