summaryrefslogtreecommitdiffstats
path: root/arch/kvx/include/asm/io.h
blob: d9993f14b358b98d39d2a52dced5c4a300108466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2019 Kalray Inc.
 */

#ifndef _ASM_KVX_IO_H
#define _ASM_KVX_IO_H

#define IO_SPACE_LIMIT		0x0

#include <asm/byteorder.h>
#include <asm-generic/io.h>

#endif	/* _ASM_KVX_IO_H */