xref: /minix/minix/include/ddekit/inline.h (revision 433d6423)
1 #define DDEKIT_INLINE __inline__ __attribute__((always_inline))
2 
3