udbg.h (7e66eaf14e19c032433be7c4df3c892fa2a5282f) | udbg.h (c26afe9e8591f306d79aab8071f1d34e4f60b700) |
---|---|
1/* 2 * (c) 2001, 2006 IBM Corporation. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version. 8 */ --- 40 unchanged lines hidden (view full) --- 49extern void __init udbg_init_rtas_console(void); 50extern void __init udbg_init_debug_beat(void); 51extern void __init udbg_init_btext(void); 52extern void __init udbg_init_44x_as1(void); 53extern void __init udbg_init_40x_realmode(void); 54extern void __init udbg_init_cpm(void); 55extern void __init udbg_init_usbgecko(void); 56extern void __init udbg_init_wsp(void); | 1/* 2 * (c) 2001, 2006 IBM Corporation. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version. 8 */ --- 40 unchanged lines hidden (view full) --- 49extern void __init udbg_init_rtas_console(void); 50extern void __init udbg_init_debug_beat(void); 51extern void __init udbg_init_btext(void); 52extern void __init udbg_init_44x_as1(void); 53extern void __init udbg_init_40x_realmode(void); 54extern void __init udbg_init_cpm(void); 55extern void __init udbg_init_usbgecko(void); 56extern void __init udbg_init_wsp(void); |
57extern void __init udbg_init_ps3gelic(void); |
|
57 58#endif /* __KERNEL__ */ 59#endif /* _ASM_POWERPC_UDBG_H */ | 58 59#endif /* __KERNEL__ */ 60#endif /* _ASM_POWERPC_UDBG_H */ |