Subversion Repositories Kolibri OS

Rev

Rev 2997 | Rev 3764 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2997 Rev 3120
Line 196... Line 196...
196
		return false;
196
		return false;
197
	}
197
	}
198
	return true;
198
	return true;
199
}
199
}
200
#else
200
#else
201
static bool radeon_atrm_get_bios(struct radeon_device *rdev)
201
static inline bool radeon_atrm_get_bios(struct radeon_device *rdev)
202
{
202
{
203
    return false;
203
    return false;
204
}
204
}
205
#endif
205
#endif