mirror of
https://github.com/parasyte/alt64
synced 2024-11-02 08:15:07 -04:00
17 lines
178 B
C
17 lines
178 B
C
/*
|
|
* File: fifo.h
|
|
* Author: KRIK
|
|
*
|
|
* Created on 22 Àïðåëü 2011 ã., 20:46
|
|
*/
|
|
|
|
#ifndef _FIFO_H
|
|
#define _FIFO_H
|
|
|
|
#include "types.h"
|
|
u8 usbListener();
|
|
|
|
|
|
#endif /* _FIFO_H */
|
|
|