18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * arch/powerpc/boot/ugecon.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * USB Gecko early bootwrapper console. 68c2ecf20Sopenharmony_ci * Copyright (C) 2008-2009 The GameCube Linux Team 78c2ecf20Sopenharmony_ci * Copyright (C) 2008,2009 Albert Herranz 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef __UGECON_H 118c2ecf20Sopenharmony_ci#define __UGECON_H 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciextern void *ug_probe(void); 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciextern void ug_putc(char ch); 168c2ecf20Sopenharmony_ciextern void ug_console_write(const char *buf, int len); 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* __UGECON_H */ 198c2ecf20Sopenharmony_ci 20