]> Git Repo - linux.git/blob - arch/mips/include/asm/mach-loongson32/platform.h
Linux 6.14-rc3
[linux.git] / arch / mips / include / asm / mach-loongson32 / platform.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2011 Zhang, Keguang <[email protected]>
4  */
5
6 #ifndef __ASM_MACH_LOONGSON32_PLATFORM_H
7 #define __ASM_MACH_LOONGSON32_PLATFORM_H
8
9 #include <linux/platform_device.h>
10
11 extern struct platform_device ls1x_uart_pdev;
12 extern struct platform_device ls1x_eth0_pdev;
13 extern struct platform_device ls1x_eth1_pdev;
14 extern struct platform_device ls1x_ehci_pdev;
15 extern struct platform_device ls1x_gpio0_pdev;
16 extern struct platform_device ls1x_gpio1_pdev;
17 extern struct platform_device ls1x_rtc_pdev;
18 extern struct platform_device ls1x_wdt_pdev;
19
20 void __init ls1x_rtc_set_extclk(struct platform_device *pdev);
21 void __init ls1x_serial_set_uartclk(struct platform_device *pdev);
22
23 #endif /* __ASM_MACH_LOONGSON32_PLATFORM_H */
This page took 0.03228 seconds and 4 git commands to generate.