blob: bd0173813fd60240323d10d1537c97d190ed4ea8 [file] [log] [blame]
/*
* klibc/inline.h
*/
#ifndef _KLIBC_INLINE_H
#define _KLIBC_INLINE_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __extern_inline
#define __extern_inline extern inline __attribute__((gnu_inline))
#endif
#ifdef __cplusplus
}
#endif
#endif /* _KLIBC_INLINE_H */