Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * arch/powerpc/platforms/embedded6xx/usbgecko_udbg.h
0004  *
0005  * udbg serial input/output routines for the USB Gecko adapter.
0006  * Copyright (C) 2008-2009 The GameCube Linux Team
0007  * Copyright (C) 2008,2009 Albert Herranz
0008  */
0009 
0010 #ifndef __USBGECKO_UDBG_H
0011 #define __USBGECKO_UDBG_H
0012 
0013 #ifdef CONFIG_USBGECKO_UDBG
0014 
0015 extern void __init ug_udbg_init(void);
0016 
0017 #else
0018 
0019 static inline void __init ug_udbg_init(void)
0020 {
0021 }
0022 
0023 #endif /* CONFIG_USBGECKO_UDBG */
0024 
0025 void __init udbg_init_usbgecko(void);
0026 
0027 #endif /* __USBGECKO_UDBG_H */