android_kernel_xiaomi_sm7250/arch/ppc/syslib/gen550.h
Jon Mason 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files
This patch removes all self references and fixes references to files
in the now defunct arch/ppc64 tree.  I think this accomplises
everything wanted, though there might be a few references I missed.

Signed-off-by: Jon Mason <jdmason@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-02-10 16:53:51 +11:00

15 lines
449 B
C

/*
* gen550 prototypes
*
* Matt Porter <mporter@kernel.crashing.org>
*
* 2004 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/
extern void gen550_progress(char *, unsigned short);
extern void gen550_init(int, struct uart_port *);
extern void gen550_kgdb_map_scc(void);