]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/powerpc/boot/ugecon.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-kernels.git] / arch / powerpc / boot / ugecon.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
26054c95
AH
2/*
3 * arch/powerpc/boot/ugecon.h
4 *
5 * USB Gecko early bootwrapper console.
6 * Copyright (C) 2008-2009 The GameCube Linux Team
7 * Copyright (C) 2008,2009 Albert Herranz
26054c95
AH
8 */
9
10#ifndef __UGECON_H
11#define __UGECON_H
12
13extern void *ug_probe(void);
14
15extern void ug_putc(char ch);
16extern void ug_console_write(const char *buf, int len);
17
18#endif /* __UGECON_H */
19