Skip to content

Commit 018b13d

Browse files
committed
[usb] Add basic support for USB devices
Signed-off-by: Michael Brown <mcb30@ipxe.org>
1 parent 8c43891 commit 018b13d

5 files changed

Lines changed: 2822 additions & 1 deletion

File tree

src/config/config_usb.c

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* This program is free software; you can redistribute it and/or
3+
* modify it under the terms of the GNU General Public License as
4+
* published by the Free Software Foundation; either version 2, or (at
5+
* your option) any later version.
6+
*/
7+
8+
FILE_LICENCE ( GPL2_OR_LATER );
9+
10+
#include <config/general.h>
11+
12+
/** @file
13+
*
14+
* USB configuration options
15+
*
16+
*/
17+
18+
/*
19+
* Drag in USB controllers
20+
*/

0 commit comments

Comments
 (0)