1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Cell Pervasive Monitor and Debug interface and HW structures
5 * (C) Copyright IBM Corporation 2005
15 extern void cbe_pervasive_init(void);
17 #ifdef CONFIG_PPC_IBM_CELL_RESETBUTTON
18 extern int cbe_sysreset_hack(void);
20 static inline int cbe_sysreset_hack(void)
24 #endif /* CONFIG_PPC_IBM_CELL_RESETBUTTON */