mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00
6 lines
91 B
C
6 lines
91 B
C
#include <linux/compiler.h>
|
|
|
|
#ifndef __always_inline
|
|
#define __always_inline inline
|
|
#endif
|