pxe: Add a much more general URL-parsing framework
authorH. Peter Anvin <hpa@zytor.com>
Sat, 23 Apr 2011 20:35:51 +0000 (13:35 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 23 Apr 2011 20:49:53 +0000 (13:49 -0700)
commitda94a304bcb9645600901a692409680ac627e7d7
treefb31ae81be594b3b99287f366ff3e75dd798c96e
parent0919f75e1a2a9e417441472cbf81128768b1b017
pxe: Add a much more general URL-parsing framework

Add a URL-parsing framework that we can use for multiple protocols.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/pxe/url.h [new file with mode: 0644]
core/fs/pxe/urlparse.c [new file with mode: 0644]