]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/mach-s3c/adc-core.h
Merge drm/drm-next into drm-intel-next
[mirror_ubuntu-jammy-kernel.git] / arch / arm / mach-s3c / adc-core.h
CommitLineData
4490e3c6
KK
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
50e9769a
NKC
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
5 *
6 * Samsung ADC Controller core functions
4490e3c6 7 */
50e9769a
NKC
8
9#ifndef __ASM_PLAT_ADC_CORE_H
10#define __ASM_PLAT_ADC_CORE_H __FILE__
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_adc_setname(char *name)
18{
f8c414b5 19#if defined(CONFIG_SAMSUNG_DEV_ADC) || defined(CONFIG_PLAT_S3C24XX)
50e9769a
NKC
20 s3c_device_adc.name = name;
21#endif
22}
23
24#endif /* __ASM_PLAT_ADC_CORE_H */