summaryrefslogtreecommitdiffstats
path: root/include/io.h
blob: 79d8b56c4e3f18bfdb824d5e4f6684e1aa98bc89 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __IO_H
#define __IO_H

#include <asm/io.h>

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

#endif /* __IO_H */