gallium: Portability fixes.
This commit is contained in:
@@ -367,7 +367,7 @@ struct mm_pb_manager
|
||||
};
|
||||
|
||||
|
||||
static inline struct mm_pb_manager *
|
||||
static INLINE struct mm_pb_manager *
|
||||
mm_pb_manager(struct pb_manager *mgr)
|
||||
{
|
||||
assert(mgr);
|
||||
@@ -385,7 +385,7 @@ struct mm_buffer
|
||||
};
|
||||
|
||||
|
||||
static inline struct mm_buffer *
|
||||
static INLINE struct mm_buffer *
|
||||
mm_buffer(struct pb_buffer *buf)
|
||||
{
|
||||
assert(buf);
|
||||
|
||||
Reference in New Issue
Block a user