fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git] / arch / sh / include / asm / device.h
blob6f3e686a1c6f3e3ebf9a8ca6d84852f5013e620d
1 /* SPDX-License-Identifier: GPL-2.0
3 * Arch specific extensions to struct device
4 */
5 #ifndef __ASM_SH_DEVICE_H
6 #define __ASM_SH_DEVICE_H
8 #include <asm-generic/device.h>
10 struct platform_device;
11 /* allocate contiguous memory chunk and fill in struct resource */
12 int platform_resource_setup_memory(struct platform_device *pdev,
13 char *name, unsigned long memsize);
15 void plat_early_device_setup(void);
17 #endif /* __ASM_SH_DEVICE_H */