audk/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe
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
..
AtapiPassThru.c Someone lost a new line at the end of file, it causes GCC build error. 2006-07-27 08:13:32 +00:00
AtapiPassThru.h Change #define bit(a) 1 << (a) 2006-11-02 05:01:08 +00:00
AtapiPassThru.msa Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
ComponentName.c Update comments to conform to the new, Doxygen friendly, coding standard. These are structural changes only. There is NO NEW CONTENT. 2006-06-09 23:41:12 +00:00