WIP FPC-III support
[linux/fpc-iii.git] / arch / powerpc / platforms / embedded6xx / usbgecko_udbg.h
blobbceb11911ebd2db72e6dc00526adb0d0a59144ea
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * arch/powerpc/platforms/embedded6xx/usbgecko_udbg.h
5 * udbg serial input/output routines for the USB Gecko adapter.
6 * Copyright (C) 2008-2009 The GameCube Linux Team
7 * Copyright (C) 2008,2009 Albert Herranz
8 */
10 #ifndef __USBGECKO_UDBG_H
11 #define __USBGECKO_UDBG_H
13 #ifdef CONFIG_USBGECKO_UDBG
15 extern void __init ug_udbg_init(void);
17 #else
19 static inline void __init ug_udbg_init(void)
23 #endif /* CONFIG_USBGECKO_UDBG */
25 void __init udbg_init_usbgecko(void);
27 #endif /* __USBGECKO_UDBG_H */