Stephane Marchesin wrote:
Hi,
What's the correct way of declaring inline functions inside a dri driver
? I see 4 ways to do that in existing code : __inline, __inline__,
inline and INLINE. So, which one is the right one ? Or maybe there is a
slight difference between those ?
Good question.
Stephane Marchesin wrote:
Hi,
What's the correct way of declaring inline functions inside a dri driver
? I see 4 ways to do that in existing code : __inline, __inline__,
inline and INLINE. So, which one is the right one ? Or maybe there is a
slight difference between those ?
Use the INLINE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stephane Marchesin wrote:
> Hi,
>
> What's the correct way of declaring inline functions inside a dri driver
> ? I see 4 ways to do that in existing code : __inline, __inline__,
> inline and INLINE. So, which one is the right one ? Or maybe there is a
Hi,
What's the correct way of declaring inline functions inside a dri driver
? I see 4 ways to do that in existing code : __inline, __inline__,
inline and INLINE. So, which one is the right one ? Or maybe there is a
slight difference between those ?
Stephane
---