]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/powerpc/platforms/86xx/mpc86xx.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-focal-kernel.git] / arch / powerpc / platforms / 86xx / mpc86xx.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
4ca4b627
JL
2/*
3 * Copyright 2006 Freescale Semiconductor Inc.
4ca4b627
JL
4 */
5
6#ifndef __MPC86XX_H__
7#define __MPC86XX_H__
8
9/*
10 * Declaration for the various functions exported by the
11 * mpc86xx_* files. Mostly for use by mpc86xx_setup().
12 */
13
98384c6c
KG
14extern void mpc86xx_smp_init(void);
15extern void mpc86xx_init_irq(void);
4f9d6e95
AIB
16extern long mpc86xx_time_init(void);
17extern int mpc86xx_common_publish_devices(void);
4ca4b627
JL
18
19#endif /* __MPC86XX_H__ */