diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-03-18 11:37:51 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-03-18 12:35:16 +0000 |
commit | e1feb7bcab139a9b1114b8cc9e081d1144f53d75 (patch) | |
tree | cf0ac5727c98af0c6eeb63ee187a3804384b898c /src/config/config_usb.c | |
parent | 75d6fec6c4209e090dd48f83a1a6d1054c66af3c (diff) | |
download | ipxe-e1feb7bcab139a9b1114b8cc9e081d1144f53d75.tar.gz |
[usb] Add config/usb.h for USB configuration options
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config_usb.c')
-rw-r--r-- | src/config/config_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config_usb.c b/src/config/config_usb.c index 30aa06c16..0251b2826 100644 --- a/src/config/config_usb.c +++ b/src/config/config_usb.c @@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); -#include <config/general.h> +#include <config/usb.h> /** @file * |