Skip to content

Commit

Permalink
Add ALWAYS_INLINE macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Oct 22, 2018
1 parent ba185e3 commit 8f94156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#define PACKED __attribute__ ((packed))
#define NORETURN __attribute__ ((noreturn))
#define ALWAYS_INLINE __attribute__ ((always_inline))
#define PURE __attribute__ ((pure))
#define PUBLIC
#define PRIVATE static
Expand Down

0 comments on commit 8f94156

Please sign in to comment.