audk/EdkModulePkg/Bus
jtang12 1723b2e2b2 Change #define bit(a) 1 << (a)
to     #define bit(a) (1 << (a))

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1885 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-02 05:01:08 +00:00
..
Pci Change #define bit(a) 1 << (a) 2006-11-02 05:01:08 +00:00
Scsi Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
Usb After identified as a High-Speed device, the port has been reset successfully, so it doesn't need to be reset again in the later for Full-Speed or Low-Speed devices. 2006-10-30 05:45:13 +00:00