162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * arch/powerpc/boot/ugecon.h
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * USB Gecko early bootwrapper console.
662306a36Sopenharmony_ci * Copyright (C) 2008-2009 The GameCube Linux Team
762306a36Sopenharmony_ci * Copyright (C) 2008,2009 Albert Herranz
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef __UGECON_H
1162306a36Sopenharmony_ci#define __UGECON_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciextern void *ug_probe(void);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciextern void ug_putc(char ch);
1662306a36Sopenharmony_ciextern void ug_console_write(const char *buf, int len);
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#endif /* __UGECON_H */
1962306a36Sopenharmony_ci
20