Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-s3c / nand-core-s3c24xx.h
bloba14316729c48451de577a50726b9c54753211db8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
6 * S3C - Nand Controller core functions
7 */
9 #ifndef __ASM_ARCH_NAND_CORE_S3C24XX_H
10 #define __ASM_ARCH_NAND_CORE_S3C24XX_H __FILE__
12 /* These functions are only for use with the core support code, such as
13 * the cpu specific initialisation code
16 /* re-define device name depending on support. */
17 static inline void s3c_nand_setname(char *name)
19 #ifdef CONFIG_S3C_DEV_NAND
20 s3c_device_nand.name = name;
21 #endif
24 #endif /* __ASM_ARCH_NAND_CORE_S3C24XX_H */