source: GPL/trunk/include/linux/io.h

Last change on this file was 772, checked in by David Azarewicz, 4 months ago

Merge in changes from 6.6-LTS branch.
Fixed additional 25+ problems.

File size: 272 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
9void __iomem *devm_ioremap(struct device *dev, resource_size_t offset,
10 resource_size_t size);
11
12#endif /* _LINUX_IO_H */
Note: See TracBrowser for help on using the repository browser.