forked from Bananymous/banan-os
5 lines
121 B
C
5 lines
121 B
C
#pragma once
|
|
|
|
#define ALWAYS_INLINE inline __attribute__((always_inline))
|
|
#define NEVER_INLINE __attribute__((noinline))
|