]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Base.h
1. Add new macro: ALIGN_VALUE to round up a value to the next boundary of a given...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Sep 2008 16:00:20 +0000 (16:00 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Sep 2008 16:00:20 +0000 (16:00 +0000)
commit3fef0f51d8600b2c5c9c8a53b8e26edf7484c0fd
treed09b2d5b6374a1bf45fcfaab450cf0e7f40d202e
parentaf1b10362dd41b88cb15c91953e986881a6387e6
1. Add new macro: ALIGN_VALUE to round up a value to the next boundary of a given alignment.
2. Update ALIGN_POINTER to use the new macro
3. Drop the second parameter of ALIGN_VARIABLE for simplicity. It can also directly use the new macro ALIGN_VALUE.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5869 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Base.h