Skip to content

Commit

Permalink
[usb] Add basic support for USB devices
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Feb 3, 2015
1 parent 8c43891 commit 018b13d
Show file tree
Hide file tree
Showing 5 changed files with 2,822 additions and 1 deletion.
20 changes: 20 additions & 0 deletions src/config/config_usb.c
@@ -0,0 +1,20 @@
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2, or (at
* your option) any later version.
*/

FILE_LICENCE ( GPL2_OR_LATER );

#include <config/general.h>

/** @file
*
* USB configuration options
*
*/

/*
* Drag in USB controllers
*/

0 comments on commit 018b13d

Please sign in to comment.