Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
kernel.h File Reference

Go to the source code of this file.

Macros

#define WARN_ON(x)
 
#define PTR_ALIGN(p, a)
 
#define ALIGN(x, a)
 
#define ALIGN_MASK(x, mask)
 

Macro Definition Documentation

◆ ALIGN

#define ALIGN ( x,
a )
Value:
ALIGN_MASK((x), (a) - 1)
#define a(i)
Definition sha256.c:41
#define ALIGN_MASK(x, mask)
Definition kernel.h:17

◆ ALIGN_MASK

#define ALIGN_MASK ( x,
mask )
Value:
(((x) + (mask)) & ~(mask))

◆ PTR_ALIGN

#define PTR_ALIGN ( p,
a )
Value:
(typeof(p))ALIGN((unsigned long long)(p), (a))
#define ALIGN(x, a)
Definition kernel.h:16

◆ WARN_ON

#define WARN_ON ( x)