source:
GPL/trunk/include/linux/io.h@
732
| Last change on this file since 732 was 717, checked in by , 3 years ago | |
|---|---|
| File size: 213 bytes | |
| Line | |
|---|---|
| 1 | #ifndef _LINUX_IO_H |
| 2 | #define _LINUX_IO_H |
| 3 | |
| 4 | #include <asm/io.h> |
| 5 | #include <linux/init.h> |
| 6 | #include <linux/types.h> |
| 7 | #include <linux/err.h> |
| 8 | |
| 9 | #define devm_ioremap(A, B, C) ioremap(B, C) |
| 10 | #endif /* _LINUX_IO_H */ |
Note:
See TracBrowser
for help on using the repository browser.
