x86/boot: Rename overlapping memcpy() to memmove()
[linux/fpc-iii.git] / arch / arm / mach-s3c24xx / include / mach / rtc-core.h
blob4d5f5768f700bdb44283aebe16f3454c20f72845
1 /*
2 * Copyright (c) 2011 Heiko Stuebner <heiko@sntech.de>
4 * Samsung RTC Controller core functions
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef __RTC_CORE_H
12 #define __RTC_CORE_H __FILE__
14 /* These functions are only for use with the core support code, such as
15 * the cpu specific initialisation code
18 extern struct platform_device s3c_device_rtc;
20 /* re-define device name depending on support. */
21 static inline void s3c_rtc_setname(char *name)
23 s3c_device_rtc.name = name;
26 #endif /* __RTC_CORE_H */