feat: reformatted code base to be more standard
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
//
|
||||
// Created by rick on 24-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_ATTRIBUTES_H
|
||||
#define NEW_KERNEL_ATTRIBUTES_H
|
||||
|
||||
// generic
|
||||
#define used __attribute((used))
|
||||
|
||||
// function
|
||||
#define noreturn __attribute((noreturn))
|
||||
#define cdecl __attribute((cdecl))
|
||||
// structure
|
||||
#define packed __attribute((packed))
|
||||
// field
|
||||
#define at_aligned(size) __attribute((aligned(size)))
|
||||
|
||||
#endif //NEW_KERNEL_ATTRIBUTES_H
|
||||
Reference in New Issue
Block a user