mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 22:50:12 +01:00
Define __iomem for systems without it.
This commit is contained in:
parent
8918748058
commit
ef9a9d3cd1
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@
|
|||
#ifndef __user
|
||||
#define __user
|
||||
#endif
|
||||
#ifndef __iomem
|
||||
#define __iomem
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
# define DEPRECATED __attribute__ ((deprecated))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue