16 lines
252 B
C
16 lines
252 B
C
//
|
|
// Copyright (c) 2017 The Altra64 project contributors
|
|
// Portions (c) 2011 KRIK
|
|
// See LICENSE file in the project root for full license information.
|
|
//
|
|
|
|
#ifndef _FIFO_H
|
|
#define _FIFO_H
|
|
|
|
#include "types.h"
|
|
u8 usbListener();
|
|
|
|
|
|
#endif /* _FIFO_H */
|
|
|