Define __iomem for systems without it.

main
Eric Anholt 2007-01-23 08:19:43 +08:00
parent 8918748058
commit ef9a9d3cd1
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@
#ifndef __user
#define __user
#endif
#ifndef __iomem
#define __iomem
#endif
#ifdef __GNUC__
# define DEPRECATED __attribute__ ((deprecated))