Declare radeon_device_private.
Not used right now, but harmless and needed by a local patch and I accidentally committed the definition already.
This commit is contained in:
parent
c33e688be3
commit
f427372682
|
@ -233,6 +233,9 @@ enum radeon_pll_errata {
|
|||
|
||||
struct radeon_device;
|
||||
|
||||
#ifdef __NetBSD__
|
||||
extern struct radeon_device *radeon_device_private(device_t);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* BIOS.
|
||||
|
|
Loading…
Reference in New Issue