pxe: Move the tftp implementation into it's own file
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 8 Apr 2011 09:53:28 +0000 (02:53 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 12 Apr 2011 21:40:51 +0000 (14:40 -0700)
commit6df2f637d26aa00b48d624f6fbf7ba406b989912
treec3e468677a82d2f689930ae19ea14320ccf6dfea
parent475366e7045de381c9d038faaa535df84bb03ba9
pxe: Move the tftp implementation into it's own file

Now that we have method pointers there is no longer any reason
to clutter up pxe.c with tftp specific details.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
core/fs/pxe/pxe.c
core/fs/pxe/pxe.h
core/fs/pxe/tftp.c [new file with mode: 0644]