You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
178 B

/*
* 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 */