Feat: gura!!!
This commit is contained in:
@@ -32,6 +32,7 @@ void panic(int errno);
|
||||
|
||||
#define ALIGN4(ptr) ALIGN(ptr, 2)
|
||||
#define ALIGN8(ptr) ALIGN(ptr, 3)
|
||||
#define ALIGN16(ptr) ALIGN(ptr, 4)
|
||||
#define ALIGN4K(ptr) ALIGN(ptr, 12)
|
||||
|
||||
#define BUMP(orig_type, bump_type, ptr) ( \
|
||||
|
||||
Reference in New Issue
Block a user