Avoid duplicate symbols in usbhid.o and usbmsc.o

This commit is contained in:
Rainer Mueller 2011-07-31 21:49:02 +02:00
parent de110ea5be
commit f9982c226f
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@
#include "usbconfig.h"
#include "usbhid.h"
USB_DEV_INFO DeviceInfo;
HID_DEVICE_INFO HidDevInfo;
ROM ** rom = (ROM **)0x1fff1ff8;
static USB_DEV_INFO DeviceInfo;
static HID_DEVICE_INFO HidDevInfo;
static ROM ** rom = (ROM **)0x1fff1ff8;
typedef struct usbhid_out_s
{