summaryrefslogtreecommitdiff
path: root/backport-include/linux/io.h
blob: 78ae46501764a18c16b01f40977bb7e4f86d566c (plain)
1
2
3
4
5
6
7
8
9
#ifndef __BP_LINUX_IO_H
#define __BP_LINUX_IO_H
#include_next <linux/io.h>

#ifndef IOMEM_ERR_PTR
#define IOMEM_ERR_PTR(err) (__force void __iomem *)ERR_PTR(err)
#endif

#endif /* __BP_LINUX_IO_H */