ALIGN_PTR_UP
#define ALIGN_PTR_UP(p, ptr_align_to) \
#define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to))