Fix the USB code to find the headers after they were moved.
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3575 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
*/
|
||||
|
||||
#include <arch/endian.h>
|
||||
#include "usb.h"
|
||||
#include "usbmsc.h"
|
||||
#include "usbdisk.h"
|
||||
#include <usb/usb.h>
|
||||
#include <usb/usbmsc.h>
|
||||
#include <usb/usbdisk.h>
|
||||
|
||||
enum {
|
||||
msc_subclass_rbc = 0x1,
|
||||
|
Reference in New Issue
Block a user