Support ICC build .

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4039 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2007-10-08 06:45:07 +00:00
parent 41e8ff2781
commit 23c326c201
8 changed files with 13 additions and 13 deletions

View File

@@ -94,7 +94,7 @@ enum {
// Host software return timeout if port status doesn't change
// after 500ms(LOOP * STALL = 100 * 5ms), set by experience
//
USB_WAIT_PORT_STS_CHANGE_LOOP = 100,
USB_WAIT_PORT_STS_CHANGE_LOOP = 100
};
#pragma pack(1)