linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

param.h

(134B)


      1 #include_next <sys/param.h>
      2 #define ALIGNBYTES (sizeof(uintptr_t) - 1)
      3 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)