cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ugecon.h (403B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      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
      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