vfs: remove unused wrapper block_page_mkwrite()
[linux/fpc-iii.git] / arch / arm / mach-zx / core.h
blob3efe8e038ee4a3d52bf68c90c60cb4c98f6d9db8
1 /*
2 * Copyright 2014 Linaro Ltd.
3 * Copyright (C) 2014 ZTE Corporation.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
10 #ifndef __MACH_ZX_CORE_H
11 #define __MACH_ZX_CORE_H
13 extern void zx_resume_jump(void);
14 extern size_t zx_suspend_iram_sz;
15 extern unsigned long zx_secondary_startup_pa;
17 void zx_secondary_startup(void);
19 #endif /* __MACH_ZX_CORE_H */