generic.h (d4bbf7e7759afc172e2bfbc5c416324590049cdd) | generic.h (271a74fc875210d3dfcc03d557fb5d86d3990a0f) |
---|---|
1/* 2 * linux/arch/arm/mach-pxa/generic.h 3 * 4 * Author: Nicolas Pitre 5 * Copyright: MontaVista Software Inc. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 43 unchanged lines hidden (view full) --- 52extern struct syscore_ops pxa_gpio_syscore_ops; 53extern struct syscore_ops pxa2xx_mfp_syscore_ops; 54extern struct syscore_ops pxa3xx_mfp_syscore_ops; 55 56void __init pxa_set_ffuart_info(void *info); 57void __init pxa_set_btuart_info(void *info); 58void __init pxa_set_stuart_info(void *info); 59void __init pxa_set_hwuart_info(void *info); | 1/* 2 * linux/arch/arm/mach-pxa/generic.h 3 * 4 * Author: Nicolas Pitre 5 * Copyright: MontaVista Software Inc. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 43 unchanged lines hidden (view full) --- 52extern struct syscore_ops pxa_gpio_syscore_ops; 53extern struct syscore_ops pxa2xx_mfp_syscore_ops; 54extern struct syscore_ops pxa3xx_mfp_syscore_ops; 55 56void __init pxa_set_ffuart_info(void *info); 57void __init pxa_set_btuart_info(void *info); 58void __init pxa_set_stuart_info(void *info); 59void __init pxa_set_hwuart_info(void *info); |
60 61void pxa_restart(char, const char *); |
|