Path: blob/master/arch/powerpc/platforms/512x/mpc512x.h
10820 views
/*1* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.2*3* This program is free software; you can redistribute it and/or modify it4* under the terms of the GNU General Public License as published by the5* Free Software Foundation; either version 2 of the License, or (at your6* option) any later version.7*8* Prototypes for MPC512x shared code9*/1011#ifndef __MPC512X_H__12#define __MPC512X_H__13extern void __init mpc512x_init_IRQ(void);14extern void __init mpc512x_init(void);15extern int __init mpc5121_clk_init(void);16void __init mpc512x_declare_of_platform_devices(void);17extern void mpc512x_restart(char *cmd);18extern void mpc512x_init_diu(void);19extern void mpc512x_setup_diu(void);20#endif /* __MPC512X_H__ */212223