Welcome to mirror list, hosted at ThFree Co, Russian Federation.

io.h « mach « include « mach-s3c « arm « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30a0135708dcd1508a90dd229a5daa2d35fbbe81 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2020 Krzysztof Kozlowski <krzk@kernel.org>
 */

#ifdef CONFIG_ARCH_S3C24XX
#include "io-s3c24xx.h"
#endif