alt64/usb.h

17 lines
178 B
C
Raw Permalink Normal View History

2014-06-29 01:10:11 -04:00
/*
* File: fifo.h
* Author: KRIK
*
* Created on 22 <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2011 <EFBFBD>., 20:46
*/
#ifndef _FIFO_H
#define _FIFO_H
#include "types.h"
u8 usbListener();
#endif /* _FIFO_H */