]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/mach-s3c/nand-core-s3c24xx.h
Merge drm/drm-next into drm-intel-next
[mirror_ubuntu-jammy-kernel.git] / arch / arm / mach-s3c / nand-core-s3c24xx.h
CommitLineData
84b21701 1/* SPDX-License-Identifier: GPL-2.0 */
f8eed6cd 2/*
ef3f2dd4
AD
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
5 *
6 * S3C - Nand Controller core functions
84b21701 7 */
ef3f2dd4 8
71b9114d
AB
9#ifndef __ASM_ARCH_NAND_CORE_S3C24XX_H
10#define __ASM_ARCH_NAND_CORE_S3C24XX_H __FILE__
ef3f2dd4
AD
11
12/* These functions are only for use with the core support code, such as
13 * the cpu specific initialisation code
14 */
15
16/* re-define device name depending on support. */
17static inline void s3c_nand_setname(char *name)
18{
19#ifdef CONFIG_S3C_DEV_NAND
20 s3c_device_nand.name = name;
21#endif
22}
23
71b9114d 24#endif /* __ASM_ARCH_NAND_CORE_S3C24XX_H */