xref: /linux/arch/powerpc/include/asm/mpc5xxx.h (revision 87c441e54dfcf9f45593ecaf68e7e18ea53d5e13)
1*87c441e5SWolfgang Denk /*
2*87c441e5SWolfgang Denk  * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
3*87c441e5SWolfgang Denk  *
4*87c441e5SWolfgang Denk  * Author: John Rigby, <jrigby@freescale.com>, Friday Apr 13 2007
5*87c441e5SWolfgang Denk  *
6*87c441e5SWolfgang Denk  * Description:
7*87c441e5SWolfgang Denk  * MPC5xxx Prototypes and definitions
8*87c441e5SWolfgang Denk  *
9*87c441e5SWolfgang Denk  * This is free software; you can redistribute it and/or modify it
10*87c441e5SWolfgang Denk  * under the terms of the GNU General Public License as published by
11*87c441e5SWolfgang Denk  * the Free Software Foundation; either version 2 of the License, or
12*87c441e5SWolfgang Denk  * (at your option) any later version.
13*87c441e5SWolfgang Denk  *
14*87c441e5SWolfgang Denk  */
15*87c441e5SWolfgang Denk 
16*87c441e5SWolfgang Denk #ifndef __ASM_POWERPC_MPC5xxx_H__
17*87c441e5SWolfgang Denk #define __ASM_POWERPC_MPC5xxx_H__
18*87c441e5SWolfgang Denk 
19*87c441e5SWolfgang Denk extern unsigned long mpc5xxx_get_bus_frequency(struct device_node *node);
20*87c441e5SWolfgang Denk 
21*87c441e5SWolfgang Denk #endif /* __ASM_POWERPC_MPC5xxx_H__ */
22*87c441e5SWolfgang Denk 
23