align.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ALIGN_DOWN(s, a)   ((s) & ~((a) - 1))
#define ALIGN_UP(s, a)   ((long)((s) + ((a) - 1)) & ~((long) (a) - 1))


Detailed Description

Definition in file align.h.


Generated on Sun Jun 18 18:00:20 2006 for HelenOS Userspace (ia64) by  doxygen 1.4.6