RTEMS  5.1
Macros
align.h File Reference

Go to the source code of this file.

Macros

#define ALIGN_UP(addr, align)   (((addr) + ((align) - 1)) & ~((align) - 1))